Home
last modified time | relevance | path

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

/titanic_41/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.c254 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.c1041 store_32_bits(&p, newSize); in updateDirEnt_Size()
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c150 static void store_32_bits(uchar_t **bp, uint32_t v);
284 store_32_bits(uchar_t **bp, uint32_t v) in store_32_bits() function
1641 store_32_bits(&fillp, wbpb->bpb.hidden_sectors); in swap_pack_bpbcpy()
1642 store_32_bits(&fillp, wbpb->bpb.sectors_in_logical_volume); in swap_pack_bpbcpy()
1647 store_32_bits(&fillp, wbpb->ebpb.volume_id); in swap_pack_bpbcpy()
1672 store_32_bits(&fillp, wbpb->bpb.hidden_sectors); in swap_pack_bpb32cpy()
1673 store_32_bits(&fillp, wbpb->bpb.sectors_in_logical_volume); in swap_pack_bpb32cpy()
1675 store_32_bits(&fillp, wbpb->bpb32.big_sectors_per_fat); in swap_pack_bpb32cpy()
1679 store_32_bits(&fillp, wbpb->bpb32.root_dir_clust); in swap_pack_bpb32cpy()
1688 store_32_bits(&fillp, wbpb->ebpb.volume_id); in swap_pack_bpb32cpy()
[all …]