Searched refs:address_type (Results 1 – 6 of 6) sorted by relevance
/openbmc/libcper/sections/ |
H A D | cper-section-dmar-generic.c | 45 json_object *address_type = integer_to_readable_pair( in cper_section_dmar_generic_to_ir() local 49 json_object_object_add(section_ir, "addressType", address_type); in cper_section_dmar_generic_to_ir()
|
/openbmc/linux/fs/afs/ |
H A D | vl_list.c | 103 hdr.address_type = *b++; in afs_extract_vl_addrs() 105 switch (hdr.address_type) { in afs_extract_vl_addrs() 128 hdr.address_type); in afs_extract_vl_addrs()
|
/openbmc/linux/include/uapi/linux/ |
H A D | dns_resolver.h | 113 __u8 address_type; /* enum dns_payload_address_type */ member
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 1790 enum AddrMode address_type; member 1881 sector = offset_sector(opts->offset, opts->address_type, bufsize); in test_io_interface() 1882 test_io_rw_interface(opts->address_type, opts->io_type, bufsize, sector); in test_io_interface() 1895 opts->address_type = addr; in create_ahci_io_test()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_ti.c | 325 int length, u8 address_type, u8 *buffer) in read_download_mem() argument 352 (u16)address_type, in read_download_mem() 442 int start_address, int length, u8 address_type, u8 *buffer) in write_i2c_mem() argument 470 (u16)address_type, be_start_address, in write_i2c_mem() 503 (u16)address_type, be_start_address, buffer, in write_i2c_mem()
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 1931 … self.add_field('address_type', u.unpack_one("B"), unpack.format_table("{}", _address_type))
|