Searched defs:OemId (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/tables/
H A Dtbfind.c57 * OemId - String with the table OEM ID
72 char *OemId,
93 if ((strlen (OemId) > ACPI_OEM_ID_SIZE) ||
103 strncpy (Header.OemId, OemId, ACPI_OEM_ID_SIZE);
140 (!OemId[0] ||
141 !memcmp (AcpiGbl_RootTableList.Tables[i].Pointer->OemId,
142 Header.OemId, ACPI_OEM_ID_SIZE)) &&
70 AcpiTbFindTable( char *Signature, char *OemId, char *OemTableId, UINT32 *TableIndex) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpi_pci.h55 char OemId[6]; /* OEM identification */ member in struct:mcfg_table
H A Dactbl.h111 char OemId[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */ member in struct:acpi_table_header
152 char OemId[ACPI_OEM_ID_SIZE]; /* OEM identification */ member in struct:acpi_table_rsdp
168 char OemId[ACPI_OEM_ID_SIZE]; member in struct:acpi_rsdp_common

Completed in 83 milliseconds