6 ms·
ZFS has a very nice set of macros that work very well: https://github.com/openzfs/zfs/blob/master/include/os/freebsd/spl/sys/sysmacros.h https://github.com/ope
by ryao 11mo ago
ZFS has a very nice set of macros that work very well:
https://github.com/openzfs/zfs/blob/master/include/os/freebsd/spl/sys/sysmacros.h https://github.com/openzfs/zfs/blob/master/include/os/freebs...
See P2PHRASE() and friends. They were inherited from OpenSolaris.