Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NV_ALIGN
usr/src/boot/libsa/zfs/libzfs.h
51
#define NV_ALIGN(x) (((x) + 7) & ~7)
usr/src/uts/common/sys/nvpair.h
113
#define NV_ALIGN(x) (((ulong_t)(x) + 7ul) & ~7ul)