Home | History | Annotate | Download | only in toolbox

Lines Matching refs:x1

271     u_int fat, bss, rds, cls, dir, lsn, x, x1, x2;
570 x1 = bpb.res + rds;
572 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
574 x1 += x * bpb.nft;
575 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
581 x1 += (bpb.bspf - 1) * bpb.nft;
583 cls = (bpb.bsec - x1) / bpb.spc;
595 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
641 x1 = sizeof(struct bs);
642 bsbpb = (struct bsbpb *)(img + x1);
655 x1 += sizeof(struct bsbpb);
657 bsxbpb = (struct bsxbpb *)(img + x1);
664 x1 += sizeof(struct bsxbpb);
666 bsx = (struct bsx *)(img + x1);
683 x1 += sizeof(struct bsx);
686 mk1(bs->jmp[1], x1 - 2);
690 memcpy(img + x1, bootcode, sizeof(bootcode));