Lines Matching full:off
226 ssize_t ret, off; in ndev_ntb4_debugfs_read() local
238 off = 0; in ndev_ntb4_debugfs_read()
240 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()
247 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()
253 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
256 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
258 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
261 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()
268 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()
272 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
274 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()
279 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()
288 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()
296 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()
307 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
310 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
315 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
319 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
324 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
329 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read()
332 ret = simple_read_from_buffer(ubuf, count, offp, buf, off); in ndev_ntb4_debugfs_read()