Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c150 ACPI_TABLE_HEADER *MappedTable; in AcpiOsGetTableByAddress() local
165 Status = OslMapTable(Address, NULL, &MappedTable); in AcpiOsGetTableByAddress()
172 TableLength = ApGetTableLength(MappedTable); in AcpiOsGetTableByAddress()
184 memcpy(LocalTable, MappedTable, TableLength); in AcpiOsGetTableByAddress()
187 OslUnmapTable(MappedTable); in AcpiOsGetTableByAddress()
625 ACPI_TABLE_HEADER *MappedTable = NULL; in OslListBiosTables() local
665 Status = OslMapTable(TableAddress, NULL, &MappedTable); in OslListBiosTables()
670 OslAddTableToList(MappedTable->Signature); in OslListBiosTables()
671 OslUnmapTable(MappedTable); in OslListBiosTables()
702 ACPI_TABLE_HEADER *MappedTable = NULL; in OslGetBiosTable() local
[all …]