usr/src/cmd/acpidump/acpixtract.1
author Cyril Plisko <cyril.plisko@grigale.com>
Mon, 21 Mar 2011 01:49:39 -0800
changeset 72 82bde2a81435
parent 11 87960ed158f9
permissions -rw-r--r--
Import sfw build 162 Bugs Fixed ---------- 7021535 remove bison runtime bits from SUNWgccruntime 7023530 remove even more things from sfw 7023710 net-ssleay 1.35 in SFW does not build with OpenSSL 1.0.0 7024341 emacs doesn't build on 160

'\" 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.