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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c110 #define PC_RESSEC(h) ltohs((h)->bs.res_sec[0]) macro
285 h->bs.spcl > 0 && PC_RESSEC(h) >= 1 && h->bs.nfat > 0);
307 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors;
365 FirstRootDirSecNum = PC_RESSEC(h) + h->bs.nfat * h->bs.fatsec;
445 ThisFATSecNum = PC_RESSEC(h) + (n * 4) / h->bps;
514 (unsigned short)PC_RESSEC(h), h->bs.nfat);
585 ADD_UINT32(h, "reserved_sectors", PC_RESSEC(h));

Completed in 57 milliseconds