Home
last modified time | relevance | path

Searched refs:bs_offset_high (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h150 uint16_t bs_offset_high; member
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h148 uint16_t bs_offset_high; member
H A Dmkfs.c566 wbpb->sunbpb.bs_offset_high = offset >> 16; in fill_bpb_sizes()
938 wbpb->sunbpb.bs_offset_high = RelOffset >> 16; in seek_nofdisk()
1042 wbpb->sunbpb.bs_offset_high = 0; in prepare_image_file()
1267 wbpb->sunbpb.bs_offset_high = 0; in lookup_floppy()
1703 store_16_bits(&fillp, wbpb->sunbpb.bs_offset_high); in swap_pack_sebpbcpy()
1760 ((uchar_t *)&(wbpb->sunbpb.bs_offset_high))[1] = *grabp++; in swap_pack_grabsebpb()
1761 ((uchar_t *)&(wbpb->sunbpb.bs_offset_high))[0] = *grabp++; in swap_pack_grabsebpb()
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h122 ushort_t bs_offset_high; member