Searched refs:store_16_bits (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 149 static void store_16_bits(uchar_t **bp, uint32_t v); 266 store_16_bits(uchar_t **bp, uint32_t v) in store_16_bits() function 1631 store_16_bits(&fillp, wbpb->bpb.bytes_sector); in swap_pack_bpbcpy() 1633 store_16_bits(&fillp, wbpb->bpb.resv_sectors); in swap_pack_bpbcpy() 1635 store_16_bits(&fillp, wbpb->bpb.num_root_entries); in swap_pack_bpbcpy() 1636 store_16_bits(&fillp, wbpb->bpb.sectors_in_volume); in swap_pack_bpbcpy() 1638 store_16_bits(&fillp, wbpb->bpb.sectors_per_fat); in swap_pack_bpbcpy() 1639 store_16_bits(&fillp, wbpb->bpb.sectors_per_track); in swap_pack_bpbcpy() 1640 store_16_bits(&fillp, wbpb->bpb.heads); in swap_pack_bpbcpy() 1662 store_16_bits(&fillp, wbpb->bpb.bytes_sector); in swap_pack_bpb32cpy() [all …]
|
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_common.h | 76 extern void store_16_bits(uchar_t **bp, uint32_t v);
|
H A D | fat.c | 256 store_16_bits(&ep, value); in writeFATEntry()
|
H A D | dir.c | 1049 store_16_bits(&p, newStart & 0xffff); in updateDirEnt_Start() 1052 store_16_bits(&p, newStart >> 16); in updateDirEnt_Start()
|
H A D | pcfs_common.c | 77 store_16_bits(uchar_t **bp, uint32_t v) in store_16_bits() function
|