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)

'\" te
.\"
.\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
.\" Use is subject to license terms.
.\"
.\" ident	"@(#)acpixtract.1	1.2	10/03/16 SMI"
.\"
.TH acpixtract 1 "24 Apr 2009" "SunOS 5.11" "User Commands"
.SH NAME
acpixtract - extract the ACPI tables
.SH SYNOPSIS
.LP
.nf
\fBacpixtract\fB [\fB-a\fR \fIsource\fR] [\fB-l\fR \fIsource\fR] 
    [\fB-s\fR \fIsource\fR \fIsignature\fR]
.fi

.SH DESCRIPTION
.sp
.LP
This utility will extract the ACPI tables from a raw source and presents them in data file form.

.SH OPTIONS
.sp
.LP
The following options are supported:
.sp
.ne 2
.mk
.na
\fB\fB-a\fR [\fIsource\fR]\fR
.ad
.sp .6
.RS 4n
Extract all of the ACPI tables from the specified source.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-l\fR [\fIsource\fR]\fR
.ad
.sp .6
.RS 4n
List all of the tables present in the specified source and provide a short summary.  This will not extract the information in the source.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-s\fR [\fIsignature\fR]\fR [\fIsource\fR]\fR
.ad
.sp .6
.RS 4n
Extract only the tables matching the specified signature from the specified source.
.RE

.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	diagnostic/acpidump
=
Interface Stability	Uncommitted 
.TE
.PP

.SH SEE ALSO
.sp
.LP
\fBacpidump\fR(1), \fBmadt\fR(1)
.RE

.SH RESOURCES
.sp
.LP
http://www.lesswatts.org/projects/acpi/utilities.php

.SH EXAMPLES
.sp
.LP
1. Extract the binary ACPI tables from acpidump output

    $ acpixtract -a acpidump.out

.SH NOTES
.sp
.LP
Source for acpixtract is available at www.opensolaris.org.