Searched defs:b_totalsec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c120 uchar_t b_totalsec[2]; /* total sectors in logical image */ member in struct:bios_param_blk
1511 bpb->b_totalsec[0] = getlobyte(totalsec);
1512 bpb->b_totalsec[1] = gethibyte(totalsec);

Completed in 46 milliseconds