Searched defs:store_32_bits (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c94 * store_32_bits
101 store_32_bits(uchar_t **bp, uint32_t v) function
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c150 static void store_32_bits(uchar_t **bp, uint32_t v);
276 * store_32_bits
284 store_32_bits(uchar_t **bp, uint32_t v) function
1641 store_32_bits(&fillp, wbpb->bpb.hidden_sectors);
1642 store_32_bits(&fillp, wbpb->bpb.sectors_in_logical_volume);
1647 store_32_bits(&fillp, wbpb->ebpb.volume_id);
1672 store_32_bits(&fillp, wbpb->bpb.hidden_sectors);
1673 store_32_bits(&fillp, wbpb->bpb.sectors_in_logical_volume);
1675 store_32_bits(&fillp, wbpb->bpb32.big_sectors_per_fat);
1679 store_32_bits(
[all...]

Completed in 63 milliseconds