Home
last modified time | relevance | path

Searched refs:oem_table_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dbasl.c589 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; in basl_table_append_header() local
599 snprintf(oem_table_id, ACPI_OEM_TABLE_ID_SIZE, "BV%.4s ", signature); in basl_table_append_header()
600 memcpy(header_le.OemTableId, oem_table_id, in basl_table_append_header()
/freebsd/sys/dev/pci/
H A Dpci_host_generic_acpi.c92 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE + 1]; member
211 if (memcmp(hdr->OemTableId, pci_acpi_quirks[i].oem_table_id, in pci_host_acpi_get_oem_quirks()