Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c149 ACPI_TABLE_HEADER *MappedTable; in AcpiOsGetTableByAddress() local
164 Status = OslMapTable(Address, NULL, &MappedTable); in AcpiOsGetTableByAddress()
171 TableLength = ApGetTableLength(MappedTable); in AcpiOsGetTableByAddress()
183 memcpy(LocalTable, MappedTable, TableLength); in AcpiOsGetTableByAddress()
186 OslUnmapTable(MappedTable); in AcpiOsGetTableByAddress()
592 ACPI_TABLE_HEADER *MappedTable = NULL; in OslListBiosTables() local
632 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslListBiosTables()
637 OslAddTableToList(MappedTable->Signature); in OslListBiosTables()
638 OslUnmapTable(MappedTable); in OslListBiosTables()
669 ACPI_TABLE_HEADER *MappedTable = NULL; in OslGetBiosTable() local
[all …]