Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c108 #define PC_RESSEC(h) ltohs((h)->bs.res_sec[0]) macro
283 h->bs.spcl > 0 && PC_RESSEC(h) >= 1 && h->bs.nfat > 0); in well_formed()
305 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors; in calculate_parameters()
363 FirstRootDirSecNum = PC_RESSEC(h) + h->bs.nfat * h->bs.fatsec; in get_label_16()
443 ThisFATSecNum = PC_RESSEC(h) + (n * 4) / h->bps; in next_cluster_32()
512 (unsigned short)PC_RESSEC(h), h->bs.nfat); in dumpfs()
583 ADD_UINT32(h, "reserved_sectors", PC_RESSEC(h)); in get_attr()