Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c73 static ACPI_STATUS OslMapTable(ACPI_SIZE, char *, ACPI_TABLE_HEADER **);
165 Status = OslMapTable(Address, NULL, &MappedTable); in AcpiOsGetTableByAddress()
665 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslListBiosTables()
770 Status = OslMapTable(TableAddress, Signature, &MappedTable); in OslGetBiosTable()
814 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslGetBiosTable()
885 OslMapTable(ACPI_SIZE Address, char *Signature, ACPI_TABLE_HEADER **Table) in OslMapTable() function