Searched refs:lbytes (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1600 int lbytes = bytes ? *bytes : lsz; local
1606 if (lbytes == 0 && lsz == 0)
1609 while (lbytes > 0 && lsz > 0) {
1610 msz = MIN(lbytes, max_mblk);
1659 lbytes -= msz;
1664 *bytes = lbytes;
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c44 int lall = 0, lrel = 0, lcopy = 0, lmore = 0, lbytes = 0; variable
132 ("new all %d rel %d copy %d more %d lbytes %d\n"),
133 lall, lrel, lcopy, lmore, lbytes);
134 lall = lrel = lcopy = lmore = lbytes = 0;
2122 lbytes += size;
2173 lbytes += size;
2225 lbytes += nn - hptr->last;
2268 lbytes += size / 2;

Completed in 79 milliseconds