Home | History | Annotate | Download | only in toolbox

Lines Matching defs:hid

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