Lines Matching full:off

211 	ssize_t ret, off;  in ndev_ntb4_debugfs_read()  local
223 off = 0; in ndev_ntb4_debugfs_read()
225 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
228 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()
234 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
238 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()
243 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
246 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()
259 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()
266 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
270 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
273 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
277 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
281 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
285 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
289 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
292 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
295 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
300 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
304 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
309 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
314 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
317 ret = simple_read_from_buffer(ubuf, count, offp, buf, off); in ndev_ntb4_debugfs_read()