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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c62 uint8_t f_drvnum; member in struct:fstyp_fat16_bs
79 uint8_t f_drvnum; member in struct:fstyp_fat32_bs
113 #define PC_DRVNUM(h) (FSTYP_IS_32(h) ? (h)->bs32.f_drvnum : \
114 (h)->bs16.f_drvnum)

Completed in 100 milliseconds