ACPIDUMP(8) Maintenance Commands and Procedures ACPIDUMP(8)

acpidumpdump ACPI tables

acpidump [-bhsvxz] [-a address] [-c on|off] [-f file] [-n signature] [-o file] [-r address]

The acpidump utility is used to dump the system's Advanced Configuration and Power Interface (ACPI) tables that are provided by system firmware. The dumped tables can be used by other utilities, such as acpixtract(8) or .

The following options are supported:

address
Get the table at the given physical address.
Dump all tables to binary files.
on|off
Enable dumping customized tables. The default is off.
file
Read the table from the given binary file.
Display the usage message and exit.
signature
Get the table with the specified signature.
file
Write output to the given file.
address
Dump tables from the at the given address.
Only print table summaries.
Print the version.
Do not use the
Verbose.

Dump all ACPI Tables

The following example dumps all of the ACPI tables from the system. This can then be used with acpixtract(8) and the iasl utility to decode the ACPI tables from the system. In this example, all of the tables are written to the file acpi.out.

# acpidump -o acpi.dat

acpixtract(8)

May 12, 2017 OmniOS