Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
P2ALIGN
usr/src/boot/sys/cddl/boot/zfs/zfsimpl.h
88
#define P2ALIGN(x, align) ((x) & -(align))
usr/src/cmd/ptools/pmap/pmap.c
66
#define P2ALIGN(x, align) ((x) & -(align))
usr/src/grub/grub-0.97/stage2/fsys_zfs.h
121
#define P2ALIGN(x, align) ((x) & -(align))
usr/src/uts/common/sys/sysmacros.h
246
#define P2ALIGN(x, align) ((x) & -(align))