Home | History | Annotate | Download | only in toolbox

Lines Matching defs:x1

263     u_int fat, bss, rds, cls, dir, lsn, x, x1, x2;
584 x1 = bpb.res + rds;
586 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
588 x1 += x * bpb.nft;
589 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
596 x1 += (bpb.bspf - 1) * bpb.nft;
608 cls = (bpb.bsec - x1) / bpb.spc;
618 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
659 x1 = sizeof(struct bs);
660 bsbpb = (struct bsbpb *)(img + x1);
673 x1 += sizeof(struct bsbpb);
675 bsxbpb = (struct bsxbpb *)(img + x1);
682 x1 += sizeof(struct bsxbpb);
684 bsx = (struct bsx *)(img + x1);
701 x1 += sizeof(struct bsx);
704 mk1(bs->jmp[1], x1 - 2);
708 memcpy(img + x1, bootcode, sizeof(bootcode));