Home
last modified time | relevance | path

Searched refs:Signature (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/EXTERNAL_HEADERS/acpi/
H A DAcpi.h162 char Signature[4]; /* ASCII table signature */ \
196 char Signature[8]; /* ACPI signature, contains "RSD PTR " */ member
234 char Signature[4]; /* ASCII table signature */ member
444 char *Signature; member
/xnu-10002.81.5/pexpert/pexpert/i386/
H A Defi.h206 EFI_UINT64 Signature; member
/xnu-10002.81.5/osfmk/i386/
H A Dacpi.c593 if (strncmp(&next_table->Signature[0], (signature), 4) == 0) { \
/xnu-10002.81.5/osfmk/i386/AT386/
H A Dmodel_dep.c370 DPRINTF(" Signature: 0x%016llx\n", system_table->Hdr.Signature); in efi_set_tables_64()
375 if (system_table->Hdr.Signature != EFI_SYSTEM_TABLE_SIGNATURE) { in efi_set_tables_64()
401 if (runtime->Hdr.Signature != EFI_RUNTIME_SERVICES_SIGNATURE) { in efi_set_tables_64()