HomeSort by: relevance | last modified time | path
    Searched refs: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
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
1469 skipbytes = 0;
1521 skipbytes += bytes;
1546 skipbytes += iobytes
    [all...]
  /src/sys/ufs/lfs/
lfs_vfsops.c 2132 size_t bytes, iobytes, skipbytes; local
2216 skipbytes = 0;
2294 skipbytes += bytes;
2302 skipbytes += iobytes;
2371 nestiobuf_done(mbp, skipbytes, error);
2372 if (skipbytes) {
2373 UVMHIST_LOG(ubchist, "skipbytes %jd", skipbytes, 0,0,0);

Completed in 38 milliseconds