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

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

Completed in 78 milliseconds