mkfs_msdos.c | 118 struct bsbpb { struct 255 struct bsbpb *bsbpb; local in function:mkfs_msdos 679 bsbpb = (struct bsbpb *)(img + x1); 680 mk2(bsbpb->bps, bpb.bps); 681 mk1(bsbpb->spc, bpb.spc); 682 mk2(bsbpb->res, bpb.res); 683 mk1(bsbpb->nft, bpb.nft); 684 mk2(bsbpb->rde, bpb.rde) [all...] |