Searched refs:oemid (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/sys/dev/acpi/ |
| D | acpihve.c | 62 memcmp(hdr->oemid, "VRTUAL", 6) != 0 || in acpihve_match()
|
| D | acpireg.h | 29 uint8_t oemid[6]; member 30 #define rsdp_oemid rsdp1.oemid 58 uint8_t oemid[6]; member 59 #define hdr_oemid hdr.oemid
|
| D | dsdt.c | 3748 const char *oemid, const char *oemtableid, const char *rootpath, in aml_loadtable() argument 3762 strncmp(hdr->oemid, oemid, sizeof(hdr->oemid)) == 0 && in aml_loadtable()
|
| D | acpi.c | 1379 (oem && memcmp(oem, hdr->oemid, 6)) || in acpi_maptable()
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | efiacpi.c | 44 uint8_t oemid[6]; member 45 #define rsdp_oemid rsdp1.oemid 73 uint8_t oemid[6]; member 74 #define hdr_oemid hdr.oemid
|
| /openbsd/src/usr.sbin/acpidump/ |
| D | acpidump.c | 75 u_char oemid[6]; member 392 acpi_print_string(sdp->oemid, 6); in acpi_print_sdt()
|