Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c110 #define PC_NSEC(h) ltohs((h)->bs.numsect[0]) macro
269 ((PC_NSEC(h) == 0 && h->bs.totalsec > 0) || in well_formed()
270 PC_NSEC(h) > 0)); in well_formed()
276 ((PC_NSEC(h) == 0 && h->bs.totalsec > 0) || in well_formed()
277 PC_NSEC(h) > 0)); in well_formed()
279 fatmatch = (PC_NSEC(h) > 0 && h->bs.fatsec > 0); in well_formed()
289 if (PC_NSEC(h) != 0) { in calculate_parameters()
290 h->TotSec = PC_NSEC(h); in calculate_parameters()
515 (unsigned short)PC_NROOTENT(h), (unsigned short)PC_NSEC(h)); in dumpfs()
586 ADD_UINT32(h, "total_sectors_16", PC_NSEC(h)); in get_attr()