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

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_attrlist.c843 off_t totalsize = datasize + rsrcfork->cf_size; local
852 totalsize = datasize;
863 *((off_t *)attrbufptr) = totalsize;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c1855 uint64_t totalsize = rlength; local
1858 totalsize += va.va_data_size;
1860 totalsize += va.va_total_size;
1863 ATTR_PACK8(ab, totalsize);
1910 * or dataallocsize, then we infer that totalsize and
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c3076 size_t nmwsize, totalsize, tsiz, len, rlen; local
3095 totalsize = tsiz = uio_resid(uio);
3164 backup = totalsize - tsiz;
3168 tsiz = totalsize;

Completed in 44 milliseconds