Home
last modified time | relevance | path

Searched defs:P2ALIGN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h121 #define P2ALIGN(x, align) ((x) & -(align)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h246 #define P2ALIGN(x, align) ((x) & -(align)) macro
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c60 #define P2ALIGN(x, align) ((x) & -(align)) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h88 #define P2ALIGN(x, align) ((x) & -(align)) macro