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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c67 uint8_t f_typestring[8]; member in struct:fstyp_fat16_bs
84 uint8_t f_typestring[8]; member in struct:fstyp_fat32_bs
267 fatmatch = ((h->bs16.f_typestring[0] == 'F' &&
268 h->bs16.f_typestring[1] == 'A' &&
269 h->bs16.f_typestring[2] == 'T') &&
274 fatmatch = ((h->bs32.f_typestring[0] == 'F' &&
275 h->bs32.f_typestring[1] == 'A' &&
276 h->bs32.f_typestring[2] == 'T') &&

Completed in 59 milliseconds