Searched refs:FSTYP_IS_32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c113 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \
115 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \
117 #define PC_LABEL_ADDR(a) (FSTYP_IS_32(h) ? \
120 #define FSTYP_IS_32(h) ((h)->fattype == 32) macro
339 } else if (FSTYP_IS_32(h)) {
598 if (FSTYP_IS_32(h)) {

Completed in 57 milliseconds