Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

acpixtract (1)

Name

acpixtract - extract the ACPI tables

Synopsis

acpixtract [-a source] [-l source]
[-s source signature]

Description

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(7) for descriptions of the following attributes:


       +---------------+---------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE    |
       +---------------+---------------------+
       |Availability   | diagnostic/acpidump |
       +---------------+---------------------+
       |Stability      | Uncommitted         |
       +---------------+---------------------+

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
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source                was                downloaded                from
       https://01.org/sites/default/files/page/pmtools-20071116.tar.gz.

       Further information about this software can be found on the open source
       community website at https://01.org/linux-acpi/utilities.



Solaris 11.4                      24 Apr 2009                    acpixtract(1)