HomeSort by: relevance | last modified time | path
    Searched defs:skipbytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/genfs/
genfs_io.c 586 size_t bytes, iobytes, tailstart, tailbytes, totalbytes, skipbytes; local in function:genfs_getpages_read
602 skipbytes = 0;
675 skipbytes += b;
695 skipbytes += bytes;
734 skipbytes += iobytes;
774 nestiobuf_done(mbp, skipbytes, error);
1441 size_t bytes, iobytes, skipbytes; local in function:genfs_do_io
1469 skipbytes = 0;
1521 skipbytes += bytes;
1546 skipbytes += iobytes
    [all...]
  /src/sys/ufs/lfs/
lfs_vfsops.c 2074 size_t bytes, iobytes, skipbytes; local in function:lfs_gop_write
2158 skipbytes = 0;
2241 skipbytes += bytes;
2249 skipbytes += iobytes;
2318 nestiobuf_done(mbp, skipbytes, error);
2319 if (skipbytes) {
2320 UVMHIST_LOG(ubchist, "skipbytes %jd", skipbytes, 0,0,0);

Completed in 15 milliseconds