Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c77 static ACPI_STATUS OslGetBiosTable(char *, UINT32, ACPI_TABLE_HEADER **,
226 Status = OslGetBiosTable(Signature, Instance, Table, Address); in AcpiOsGetTableByName()
536 Status = OslGetBiosTable(ACPI_SIG_XSDT, 0, in OslTableInitialize()
551 Status = OslGetBiosTable(ACPI_SIG_RSDT, 0, in OslTableInitialize()
565 Status = OslGetBiosTable(ACPI_SIG_FADT, 0, in OslTableInitialize()
698 OslGetBiosTable(char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, in OslGetBiosTable() function