Home
last modified time | relevance | path

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

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