Home
last modified time | relevance | path

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.c111 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \
113 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \
115 #define PC_LABEL_ADDR(a) (FSTYP_IS_32(h) ? \
118 #define FSTYP_IS_32(h) ((h)->fattype == 32) macro
337 } else if (FSTYP_IS_32(h)) { in get_label()
596 if (FSTYP_IS_32(h)) { in get_attr()