Searched defs:f_volid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c65 uint8_t f_volid[4]; member in struct:fstyp_fat16_bs
82 uint8_t f_volid[4]; member in struct:fstyp_fat32_bs
115 #define PC_VOLID(a) (FSTYP_IS_32(h) ? ltohi((h)->bs32.f_volid[0]) : \
116 ltohi((h)->bs16.f_volid[0]))

Completed in 46 milliseconds