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

/osnet-11/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c129 size_t totsize = size + HDR_PAGE; local
130 size_t totpage = align(totsize, pagesize);
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c776 int partcnt, totsize; local
797 totsize = 0;
807 totsize += statbuf.st_size/BLK_SIZE + 1;
811 * totsize contains number of blocks used by the pkginfo files
813 totsize += i/4 + 1;
814 if (dstdev.capacity && totsize > dstdev.capacity) {
816 logerr(pkg_gt(MSG_NOSPACE), totsize, dstdev.capacity); local
867 totsize += nparts * maxpsize;
868 if (dstdev.capacity && dstdev.capacity < totsize) {
880 if (totsize)
[all...]

Completed in 18 milliseconds