Home | History | Annotate | Download | only in toolbox

Lines Matching refs:hid

122     u_int8_t hid[4];    /* hidden sectors */
166 u_int hid; /* hidden sectors */
413 bpb.hid = opt_o;
625 bpb.mid = !bpb.hid ? 0xf0 : 0xf8;
628 if (bpb.hid + bpb.bsec <= MAXU16) {
671 mk4(bsbpb->hid, bpb.hid);
921 if (bpb->hid == 0)
922 bpb->hid = hs;
940 printf(" spt=%u hds=%u hid=%u", bpb->spt, bpb->hds, bpb->hid);