usr/src/cmd/acpidump/acpixtract.1
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 1 37d545eabfea
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     1
'\" te
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     2
.\"
11
87960ed158f9 Import sfw build 137
Cyril Plisko <cyril.plisko@grigale.com>
parents: 1
diff changeset
     3
.\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
1
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     4
.\" Use is subject to license terms.
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     5
.\"
11
87960ed158f9 Import sfw build 137
Cyril Plisko <cyril.plisko@grigale.com>
parents: 1
diff changeset
     6
.\" ident	"@(#)acpixtract.1	1.2	10/03/16 SMI"
1
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     7
.\"
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     8
.TH acpixtract 1 "24 Apr 2009" "SunOS 5.11" "User Commands"
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     9
.SH NAME
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    10
acpixtract - extract the ACPI tables
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    11
.SH SYNOPSIS
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    12
.LP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    13
.nf
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    14
\fBacpixtract\fB [\fB-a\fR \fIsource\fR] [\fB-l\fR \fIsource\fR] 
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    15
    [\fB-s\fR \fIsource\fR \fIsignature\fR]
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    16
.fi
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    17
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    18
.SH DESCRIPTION
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    19
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    20
.LP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    21
This utility will extract the ACPI tables from a raw source and presents them in data file form.
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    22
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    23
.SH OPTIONS
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    24
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    25
.LP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    26
The following options are supported:
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    27
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    28
.ne 2
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    29
.mk
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    30
.na
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    31
\fB\fB-a\fR [\fIsource\fR]\fR
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    32
.ad
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    33
.sp .6
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    34
.RS 4n
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    35
Extract all of the ACPI tables from the specified source.
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    36
.RE
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    37
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    38
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    39
.ne 2
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    40
.mk
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    41
.na
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    42
\fB\fB-l\fR [\fIsource\fR]\fR
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    43
.ad
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    44
.sp .6
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    45
.RS 4n
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    46
List all of the tables present in the specified source and provide a short summary.  This will not extract the information in the source.
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    47
.RE
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    48
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    49
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    50
.ne 2
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    51
.mk
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    52
.na
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    53
\fB\fB-s\fR [\fIsignature\fR]\fR [\fIsource\fR]\fR
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    54
.ad
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    55
.sp .6
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    56
.RS 4n
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    57
Extract only the tables matching the specified signature from the specified source.
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    58
.RE
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    59
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    60
.SH ATTRIBUTES
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    61
See
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    62
.BR attributes (5)
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    63
for descriptions of the following attributes:
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    64
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    65
.TS
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    66
box;
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    67
cbp-1 | cbp-1
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    68
l | l .
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    69
ATTRIBUTE TYPE	ATTRIBUTE VALUE
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    70
=
11
87960ed158f9 Import sfw build 137
Cyril Plisko <cyril.plisko@grigale.com>
parents: 1
diff changeset
    71
Availability	diagnostic/acpidump
1
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    72
=
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    73
Interface Stability	Uncommitted 
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    74
.TE
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    75
.PP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    76
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    77
.SH SEE ALSO
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    78
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    79
.LP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    80
\fBacpidump\fR(1), \fBmadt\fR(1)
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    81
.RE
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    82
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    83
.SH RESOURCES
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    84
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    85
.LP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    86
http://www.lesswatts.org/projects/acpi/utilities.php
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    87
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    88
.SH EXAMPLES
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    89
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    90
.LP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    91
1. Extract the binary ACPI tables from acpidump output
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    92
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    93
    $ acpixtract -a acpidump.out
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    94
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    95
.SH NOTES
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    96
.sp
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    97
.LP
37d545eabfea Import b127
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    98
Source for acpixtract is available at www.opensolaris.org.