Searched refs:store_32_bits (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_common.h | 77 extern void store_32_bits(uchar_t **bp, uint32_t v);
|
H A D | fat.c | 254 store_32_bits(&ep, value); in writeFATEntry()
|
H A D | pcfs_common.c | 101 store_32_bits(uchar_t **bp, uint32_t v) in store_32_bits() function
|
H A D | dir.c | 1041 store_32_bits(&p, newSize); in updateDirEnt_Size()
|
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 150 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 …]
|