Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c264 int fatmatch; in well_formed() local
267 fatmatch = ((h->bs16.f_typestring[0] == 'F' && in well_formed()
274 fatmatch = ((h->bs32.f_typestring[0] == 'F' && in well_formed()
281 fatmatch = (PC_NSEC(h) > 0 && h->bs.fatsec > 0); in well_formed()
284 return (fatmatch && h->bps > 0 && h->bps % 512 == 0 && in well_formed()