Searched refs:PC_NSEC (Results 1 – 1 of 1) sorted by relevance
111 #define PC_NSEC(h) ltohs((h)->bs.numsect[0]) macro283 ((PC_NSEC(h) == 0 && h->bs.totalsec > 0) || in well_formed()284 PC_NSEC(h) > 0)); in well_formed()290 ((PC_NSEC(h) == 0 && h->bs.totalsec > 0) || in well_formed()291 PC_NSEC(h) > 0)); in well_formed()293 fatmatch = (PC_NSEC(h) > 0 && h->bs.fatsec > 0); in well_formed()303 if (PC_NSEC(h) != 0) { in calculate_parameters()304 h->TotSec = PC_NSEC(h); in calculate_parameters()609 ADD_UINT32(h, "total_sectors_16", PC_NSEC(h)); in get_attr()