Home
last modified time | relevance | path

Searched refs:Header (Results 1 – 17 of 17) sorted by relevance

/system/ulib/smbios/include/lib/smbios/
A Dsmbios.h40 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 Dzbi-cpp.h60 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 Dplatform-proxy.banjo11 /// Header for RPC requests.
19 /// Header for RPC responses.
/system/dev/bus/acpi/
A Diommu.c80 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 Dpci.cpp239 uintptr_t table_end = reinterpret_cast<uintptr_t>(mcfg) + mcfg->Header.Length; in pci_read_mcfg_table()
A Dkpci.c190 ACPI_MCFG_ALLOCATION* table_end = ((void*)mcfg) + mcfg->Header.Length; in find_pcie_config()
/system/private/efi/protocol/
A Ddevice-path.h41 efi_device_path_protocol Header; member
/system/ulib/libzbi/
A Dzbi-zx.cpp107 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 Dcache-node.h8 #error Fuchsia-only Header
A Dmetrics.h10 #error Fuchsia-only Header
A Dblob-cache.h8 #error Fuchsia-only Header
A Dhost.h10 #error Host-only Header
A Dvnode.h10 #error Fuchsia-only Header
A Dwriteback.h8 #error Fuchsia-only Header
A Dblobfs.h11 #error Fuchsia-only Header
/system/ulib/smbios/
A Dsmbios.cpp35 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 Dhost.h8 #error Host-only Header

Completed in 28 milliseconds