Lines Matching full:off

209 	ssize_t ret, off;  in ndev_ntb4_debugfs_read()  local
221 off = 0; in ndev_ntb4_debugfs_read()
223 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
226 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
230 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
232 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
236 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
239 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
241 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
244 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
249 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
251 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
253 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
255 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
257 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
260 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
262 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
264 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
268 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
271 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
275 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
279 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
283 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
287 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
290 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
293 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
298 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
302 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
307 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
312 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
315 ret = simple_read_from_buffer(ubuf, count, offp, buf, off); in ndev_ntb4_debugfs_read()