Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c149 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 Dpcfs_common.h76 extern void store_16_bits(uchar_t **bp, uint32_t v);
H A Dfat.c256 store_16_bits(&ep, value); in writeFATEntry()
H A Ddir.c1049 store_16_bits(&p, newStart & 0xffff); in updateDirEnt_Start()
1052 store_16_bits(&p, newStart >> 16); in updateDirEnt_Start()
H A Dpcfs_common.c77 store_16_bits(uchar_t **bp, uint32_t v) in store_16_bits() function