Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MWORD
usr/src/cmd/backup/dump/dump.h
90
#define MWORD(m, i) (m[(ino_t)(i-1)/NBBY])
usr/src/cmd/backup/restore/restore.h
339
#define MWORD(m, i) ((m)[(ino_t)((i)-1)/NBBY])