Home
last modified time | relevance | path

Searched refs:MWORD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h339 #define MWORD(m, i) ((m)[(ino_t)((i)-1)/NBBY]) macro
341 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i))
342 #define BIC(i, w) (MWORD((w), (i)) &= ~MBIT(i))
343 #define BIT(i, w) (MWORD((w), (i)) & MBIT(i))
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h90 #define MWORD(m, i) (m[(ino_t)(i-1)/NBBY]) macro
92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i))
93 #define BIC(i, w) (MWORD(w, i) &= ~MBIT(i))
94 #define BIT(i, w) (MWORD(w, i) & MBIT(i))