components/acpidump/acpixtract.1
changeset 197 fd801ec0737c
equal deleted inserted replaced
196:816e398e992c 197:fd801ec0737c
       
     1 '\" te
       
     2 .\"
       
     3 .\" Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
       
     4 .\"
       
     5 .TH acpixtract 1 "24 Apr 2009" "SunOS 5.11" "User Commands"
       
     6 .SH NAME
       
     7 acpixtract - extract the ACPI tables
       
     8 .SH SYNOPSIS
       
     9 .LP
       
    10 .nf
       
    11 \fBacpixtract\fB [\fB-a\fR \fIsource\fR] [\fB-l\fR \fIsource\fR] 
       
    12     [\fB-s\fR \fIsource\fR \fIsignature\fR]
       
    13 .fi
       
    14 
       
    15 .SH DESCRIPTION
       
    16 .sp
       
    17 .LP
       
    18 This utility will extract the ACPI tables from a raw source and presents them in data file form.
       
    19 
       
    20 .SH OPTIONS
       
    21 .sp
       
    22 .LP
       
    23 The following options are supported:
       
    24 .sp
       
    25 .ne 2
       
    26 .mk
       
    27 .na
       
    28 \fB\fB-a\fR [\fIsource\fR]\fR
       
    29 .ad
       
    30 .sp .6
       
    31 .RS 4n
       
    32 Extract all of the ACPI tables from the specified source.
       
    33 .RE
       
    34 
       
    35 .sp
       
    36 .ne 2
       
    37 .mk
       
    38 .na
       
    39 \fB\fB-l\fR [\fIsource\fR]\fR
       
    40 .ad
       
    41 .sp .6
       
    42 .RS 4n
       
    43 List all of the tables present in the specified source and provide a short summary.  This will not extract the information in the source.
       
    44 .RE
       
    45 
       
    46 .sp
       
    47 .ne 2
       
    48 .mk
       
    49 .na
       
    50 \fB\fB-s\fR [\fIsignature\fR]\fR [\fIsource\fR]\fR
       
    51 .ad
       
    52 .sp .6
       
    53 .RS 4n
       
    54 Extract only the tables matching the specified signature from the specified source.
       
    55 .RE
       
    56 
       
    57 .SH SEE ALSO
       
    58 .sp
       
    59 .LP
       
    60 \fBacpidump\fR(1), \fBmadt\fR(1)
       
    61 .RE
       
    62 
       
    63 .SH RESOURCES
       
    64 .sp
       
    65 .LP
       
    66 http://www.lesswatts.org/projects/acpi/utilities.php
       
    67 
       
    68 .SH EXAMPLES
       
    69 .sp
       
    70 .LP
       
    71 1. Extract the binary ACPI tables from acpidump output
       
    72 
       
    73     $ acpixtract -a acpidump.out
       
    74