Home
last modified time | relevance | path

Searched refs:store_32_bits (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.h77 extern void store_32_bits(uchar_t **bp, uint32_t v);
H A Dfat.c252 store_32_bits(&ep, value); in writeFATEntry()
H A Dpcfs_common.c101 store_32_bits(uchar_t **bp, uint32_t v) in store_32_bits() function
H A Ddir.c1039 store_32_bits(&p, newSize); in updateDirEnt_Size()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c152 static void store_32_bits(uchar_t **bp, uint32_t v);
286 store_32_bits(uchar_t **bp, uint32_t v) in store_32_bits() function
1643 store_32_bits(&fillp, wbpb->bpb.hidden_sectors); in swap_pack_bpbcpy()
1644 store_32_bits(&fillp, wbpb->bpb.sectors_in_logical_volume); in swap_pack_bpbcpy()
1649 store_32_bits(&fillp, wbpb->ebpb.volume_id); in swap_pack_bpbcpy()
1674 store_32_bits(&fillp, wbpb->bpb.hidden_sectors); in swap_pack_bpb32cpy()
1675 store_32_bits(&fillp, wbpb->bpb.sectors_in_logical_volume); in swap_pack_bpb32cpy()
1677 store_32_bits(&fillp, wbpb->bpb32.big_sectors_per_fat); in swap_pack_bpb32cpy()
1681 store_32_bits(&fillp, wbpb->bpb32.root_dir_clust); in swap_pack_bpb32cpy()
1690 store_32_bits(&fillp, wbpb->ebpb.volume_id); in swap_pack_bpb32cpy()
[all …]