Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h250 #define P2ALIGN(x, align) ((x) & -(align)) macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h90 #define P2ALIGN(x, align) ((x) & -(align)) macro
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2022 vtmp.v_psize = P2ALIGN(ldi_get_size(priv), in vdev_probe()