Searched refs:sunbpb (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h162 * and only Solaris boot diskettes will have the sunbpb structure.
168 struct _sun_bpb_extensions sunbpb; member in struct:_bios_param_blk
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h160 * and only Solaris boot diskettes will have the sunbpb structure.
166 struct _sun_bpb_extensions sunbpb; member in struct:_bios_param_blk
H A Dmkfs.c564 wbpb->sunbpb.bs_offset_high = offset >> 16;
565 wbpb->sunbpb.bs_offset_low = offset & 0xFFFF;
936 wbpb->sunbpb.bs_offset_high = RelOffset >> 16;
937 wbpb->sunbpb.bs_offset_low = RelOffset & 0xFFFF;
1040 wbpb->sunbpb.bs_offset_high = 0;
1041 wbpb->sunbpb.bs_offset_low = 0;
1265 wbpb->sunbpb.bs_offset_high = 0;
1266 wbpb->sunbpb.bs_offset_low = 0;
1701 store_16_bits(&fillp, wbpb->sunbpb.bs_offset_high);
1702 store_16_bits(&fillp, wbpb->sunbpb
[all...]

Completed in 61 milliseconds