Home
last modified time | relevance | path

Searched refs:hdr_size (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1135 u16 hdr_size; in insert_positioned_attr_in_mft_record() local
1186 hdr_size = 72; in insert_positioned_attr_in_mft_record()
1194 hdr_size = 64; in insert_positioned_attr_in_mft_record()
1208 asize = (((int)hdr_size + ((name_len + 7) & ~7) + mpa_size) + 7) & ~7; in insert_positioned_attr_in_mft_record()
1250 a->name_offset = cpu_to_le16(hdr_size); in insert_positioned_attr_in_mft_record()
1257 a->mapping_pairs_offset = cpu_to_le16(hdr_size + ((name_len + 7) & ~7)); in insert_positioned_attr_in_mft_record()
1263 memcpy((char*)a + hdr_size, uname, name_len << 1); in insert_positioned_attr_in_mft_record()
1293 err = ntfs_mapping_pairs_build(g_vol, (u8*)a + hdr_size + in insert_positioned_attr_in_mft_record()
1326 u16 hdr_size; in insert_non_resident_attr_in_mft_record() local
1388 hdr_size = 72; in insert_non_resident_attr_in_mft_record()
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c2359 bus_addr_t paddr, int hdr_size, int ndesc) in bwi_init_rxdesc_ring32() argument
2371 val = __SHIFTIN(hdr_size, BWI_RX32_CTRL_HDRSZ_MASK) | in bwi_init_rxdesc_ring32()