Home
last modified time | relevance | path

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

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