Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1600 int lbytes = bytes ? *bytes : lsz; in uri_desb_chop() local
1606 if (lbytes == 0 && lsz == 0) in uri_desb_chop()
1609 while (lbytes > 0 && lsz > 0) { in uri_desb_chop()
1610 msz = MIN(lbytes, max_mblk); in uri_desb_chop()
1659 lbytes -= msz; in uri_desb_chop()
1664 *bytes = lbytes; in uri_desb_chop()
/titanic_41/usr/src/cmd/dc/
H A Ddc.c44 int lall = 0, lrel = 0, lcopy = 0, lmore = 0, lbytes = 0; variable
133 lall, lrel, lcopy, lmore, lbytes); in commnds()
134 lall = lrel = lcopy = lmore = lbytes = 0; in commnds()
2122 lbytes += size; in salloc()
2173 lbytes += size; in copy()
2225 lbytes += nn - hptr->last; in seekc()
2268 lbytes += size / 2; in more()