Home
last modified time | relevance | path

Searched refs:d_howmany (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpitime.c378 t = d_howmany(ip->di_size, (unsigned)tp_bsize);
384 s += d_howmany(t -
398 f_esize += d_howmany(msiz * sizeof (map[0]), (unsigned)tp_bsize);
H A Ddumptraverse.c540 d_howmany(bytes, (u_offset_t)tp_bsize);
551 tpblkskip = d_howmany(diff, (u_offset_t)tp_bsize);
559 tpblkoff = d_howmany(bytecnt,
572 count = d_howmany(bytes, (u_offset_t)tp_bsize);
611 j += d_howmany(bytecnt, (u_offset_t)tp_bsize);
638 count = d_howmany(msiz * sizeof (map[0]), tp_bsize) - pos;
H A Ddump.h88 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro
H A Ddumpmain.c808 msiz = roundup(d_howmany(sblock->fs_ipg * sblock->fs_ncg, NBBY), in main()
/titanic_50/usr/src/cmd/backup/restore/
H A Drestore.h392 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro
H A Dtape.c340 mapsize = (size_t)d_howmany(maxino > MAXINO ? maxino : MAXINO, NBBY); in setup()
370 mapsize = (size_t)d_howmany(maxino, NBBY); in setup()
1417 increment = d_howmany( in xtrmap()