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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c112 #define PC_NSEC(h) ltohs((h)->bs.numsect[0]) macro
271 ((PC_NSEC(h) == 0 && h->bs.totalsec > 0) ||
272 PC_NSEC(h) > 0));
278 ((PC_NSEC(h) == 0 && h->bs.totalsec > 0) ||
279 PC_NSEC(h) > 0));
281 fatmatch = (PC_NSEC(h) > 0 && h->bs.fatsec > 0);
291 if (PC_NSEC(h) != 0) {
292 h->TotSec = PC_NSEC(h);
517 (unsigned short)PC_NROOTENT(h), (unsigned short)PC_NSEC(h));
588 ADD_UINT32(h, "total_sectors_16", PC_NSEC(
[all...]

Completed in 59 milliseconds