Home
last modified time | relevance | path

Searched refs:FADT_SIG (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/arm64/stand/efiboot/
H A Defiacpi.c112 #define FADT_SIG "FACP" macro
737 if (memcmp(hdr->signature, FADT_SIG, 4) == 0) in efi_acpi()
/openbsd/sys/dev/acpi/
H A Dacpireg.h103 #define FADT_SIG "FACP" macro
H A Dacpi.c1057 if (memcmp(entry->q_table, FADT_SIG, in acpi_attach_common()
1058 sizeof(FADT_SIG) - 1) == 0) { in acpi_attach_common()