Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c72 static ACPI_STATUS OslMapTable(ACPI_SIZE, char *, ACPI_TABLE_HEADER **);
164 Status = OslMapTable(Address, NULL, &MappedTable); in AcpiOsGetTableByAddress()
632 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslListBiosTables()
737 Status = OslMapTable(TableAddress, Signature, &MappedTable); in OslGetBiosTable()
781 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslGetBiosTable()
852 OslMapTable(ACPI_SIZE Address, char *Signature, ACPI_TABLE_HEADER **Table) in OslMapTable() function