Home
last modified time | relevance | path

Searched refs:activemap (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c58 uchar_t *activemap; variable
855 activemap = (uchar_t *)xcalloc(msiz, sizeof (*activemap)); in main()
858 nodmap == NULL || shamap == NULL || activemap == NULL) { in main()
H A Ddump.h102 extern uchar_t *activemap;
H A Ddumptape.c748 BIS(slp->sl_req->ir_inumber, activemap); in toslave()
814 BIS(slp->sl_req->ir_inumber, activemap); in flushcmds()
H A Ddumptraverse.c127 if (BIT(ino, activemap)) { in active_mark()