Home
last modified time | relevance | path

Searched defs:d_howmany (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h88 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h366 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro