Home
last modified time | relevance | path

Searched refs: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
1511 bpb->b_totalsec[0] = getlobyte(totalsec); in write_DOS_label()
1512 bpb->b_totalsec[1] = gethibyte(totalsec); in write_DOS_label()