Searched defs:LSB_SHORT (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ | ||
H A D | hsfs_isospec.h | 48 #define LSB_SHORT(x) ((ONE(x) << 8) | ZERO(x)) macro |
H A D | hsfs_spec.h | 60 #define LSB_SHORT(x) ((ONE(x) << 8) | ZERO(x)) macro |