Home
last modified time | relevance | path

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

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