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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_lap.c320 int size, totalsize = 0, tabsize; local
586 totalsize = size;
590 totalsize += size;
606 totalsize = 0;
608 *(int*)gbuf_rptr(gbuf_cont(m)) = totalsize; /* return table size */
651 totalsize = size;
655 totalsize += size;
669 totalsize = 0;
670 *(int*)gbuf_rptr(gbuf_cont(m)) = totalsize; /* return table size */
717 totalsize
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c2444 size_t nmwsize, totalsize, tsiz, len, rlen; local
2463 totalsize = tsiz = uio_uio_resid(uiop);
2512 backup = totalsize - tsiz;
2519 tsiz = totalsize;

Completed in 36 milliseconds