Searched refs:Header (Results 1 – 17 of 17) sorted by relevance
| /system/ulib/smbios/include/lib/smbios/ |
| A D | smbios.h | 40 struct Header { struct 45 static_assert(sizeof(Header) == 4, ""); argument 56 zx_status_t Init(const Header* h, size_t max_struct_len); 98 using StructWalkCallback = zx_status_t (*)(SpecVersion version, const Header* h, 138 Header hdr; 153 Header hdr; 172 Header hdr; 184 Header hdr; 199 Header hdr;
|
| /system/ulib/libzbi/include/libzbi/ |
| A D | zbi-cpp.h | 60 return Header()->length + static_cast<uint32_t>(sizeof(zbi_header_t)); in Length() 69 zbi_header_t* Header() { in Header() function 72 const zbi_header_t* Header() const { in Header() function 76 return reinterpret_cast<void*>(Header() + 1); in Payload()
|
| /system/banjo/ddk-protocol-platform-proxy/ |
| A D | platform-proxy.banjo | 11 /// Header for RPC requests. 19 /// Header for RPC responses.
|
| /system/dev/bus/acpi/ |
| A D | iommu.c | 80 for (scope = addr + 16; scope < addr + unit->Header.Length; ) { in append_scopes() 110 for (scope = addr + 16; scope < addr + unit->Header.Length && cur_num_scopes < max_scopes;) { in append_scopes() 167 const uintptr_t records_end = (uintptr_t)table + table->Header.Length; in append_reserved_mem() 192 for (uintptr_t scope = addr + 24; scope < addr + rec->Header.Length; ) { in append_reserved_mem() 289 const uintptr_t records_end = (uintptr_t)unit + unit->Header.Length; in create_whole_segment_iommu_desc() 467 const uintptr_t records_end = ((uintptr_t)dmar) + dmar->Header.Length; in iommu_manager_init() 473 if (dmar->Header.Length > 4096) { in iommu_manager_init() 474 zxlogf(ERROR, "acpi-bus: DMAR suspiciously long: %u\n", dmar->Header.Length); in iommu_manager_init() 490 zxlogf(ERROR, "acpi-bus: DMAR length weird: %u, reached %zu\n", dmar->Header.Length, in iommu_manager_init() 545 for (uintptr_t scope = addr + 24; scope < addr + rec->Header.Length; ) { in iommu_manager_init()
|
| A D | pci.cpp | 239 uintptr_t table_end = reinterpret_cast<uintptr_t>(mcfg) + mcfg->Header.Length; in pci_read_mcfg_table()
|
| A D | kpci.c | 190 ACPI_MCFG_ALLOCATION* table_end = ((void*)mcfg) + mcfg->Header.Length; in find_pcie_config()
|
| /system/private/efi/protocol/ |
| A D | device-path.h | 41 efi_device_path_protocol Header; member
|
| /system/ulib/libzbi/ |
| A D | zbi-zx.cpp | 107 auto kernel_hdr = Header() + 1; in SplitComplete() 125 kernel->Header()->length = in SplitComplete() 154 *data->Header() = (zbi_header_t)ZBI_CONTAINER_HEADER(data_payload_size); in SplitComplete()
|
| /system/ulib/blobfs/include/blobfs/ |
| A D | cache-node.h | 8 #error Fuchsia-only Header
|
| A D | metrics.h | 10 #error Fuchsia-only Header
|
| A D | blob-cache.h | 8 #error Fuchsia-only Header
|
| A D | host.h | 10 #error Host-only Header
|
| A D | vnode.h | 10 #error Fuchsia-only Header
|
| A D | writeback.h | 8 #error Fuchsia-only Header
|
| A D | blobfs.h | 11 #error Fuchsia-only Header
|
| /system/ulib/smbios/ |
| A D | smbios.cpp | 35 zx_status_t StringTable::Init(const Header* h, size_t max_struct_len) { in Init() 256 while (curr_addr + sizeof(Header) < table_end) { in WalkStructs() 257 auto hdr = reinterpret_cast<const Header*>(curr_addr); in WalkStructs()
|
| /system/ulib/minfs/include/minfs/ |
| A D | host.h | 8 #error Host-only Header
|
Completed in 28 milliseconds