acpixtract - extract the ACPI tables
acpixtract [-a source] [-l source] [-s source signature]
acpixtract(1) User Commands acpixtract(1)
NAME
acpixtract - extract the ACPI tables
SYNOPSIS
acpixtract [-a source] [-l source]
[-s source signature]
DESCRIPTION
This utility will extract the ACPI tables from a raw source and
presents them in data file form.
OPTIONS
The following options are supported:
-a [source]
Extract all of the ACPI tables from the specified source.
-l [source]
List all of the tables present in the specified source and provide
a short summary. This will not extract the information in the
source.
-s [signature] [source]
Extract only the tables matching the specified signature from the
specified source.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+---------------+---------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+---------------------+
|Availability | diagnostic/acpidump |
+---------------+---------------------+
|Stability | Uncommited |
+---------------+---------------------+
SEE ALSO
acpidump(1), madt(1)
RESOURCES
http://www.lesswatts.org/projects/acpi/utilities.php
EXAMPLES
1. Extract the binary ACPI tables from acpidump output
$ acpixtract -a acpidump.out
NOTES
This software was built from source available at
https://java.net/projects/solaris-userland. The original community
source was downloaded from http://www.less-
watts.org/patches/linux_acpi/pmtools-20071116.tar.gz
Further information about this software can be found on the open source
community website at http://www.lesswatts.org/projects/acpi/utili-
ties.php.
SunOS 5.11 24 Apr 2009 acpixtract(1)