xref: /titanic_44/usr/src/man/man1m/acpidump.1m (revision 12ae924a5d4f6af89ee47f2908555a487618d82b)
1.\" This file and its contents are supplied under the terms of the
2.\" Common Development and Distribution License ("CDDL"), version 1.0.
3.\" You may only use this file in accordance with the terms of version
4.\" 1.0 of the CDDL.
5.\"
6.\" A full copy of the text of the CDDL should have accompanied this
7.\" source.  A copy of the CDDL is also available via the Internet at
8.\" http://www.illumos.org/license/CDDL.
9.\"
10.\"
11.\" Copyright 2016 Joyent, Inc.
12.\"
13.Dd Aug 2, 2016
14.Dt ACPIDUMP 1M
15.Os
16.Sh NAME
17.Nm acpidump
18.Nd dump ACPI tables
19.Sh SYNOPSIS
20.Nm
21.Op Fl bhsvxz
22.Op Fl a Ar address
23.Op Fl c Ar on|off
24.Op Fl f Ar file
25.Op Fl n Ar signature
26.Op Fl o Ar file
27.Op Fl r Ar address
28.Sh DESCRIPTION
29The
30.Nm
31utility is used to dump the system's Advanced Configuration and Power Interface
32(ACPI) tables that are provided by system firmware. The dumped tables can be
33used by other utilities, such as
34.Xr acpiextract 1M
35or
36.Sy iasl .
37.Sh OPTIONS
38The following options are supported:
39.Bl -tag -width Ds
40.It Fl a Ar address
41Get the table at the given physical address.
42.It Fl b
43Dump all tables to binary files.
44.It Fl c Ar on|off
45Enable dumping customized tables. The default is off.
46.It Fl f Ar file
47Read the table from the given binary file.
48.It Fl h
49Display the usage message and exit.
50.It Fl n Ar signature
51Get the table with the specified signature.
52.It Fl o Ar file
53Write output to the given file.
54.It Fl r Ar address
55Dump tables from the
56.Sy RSDP
57at the given address.
58.It Fl s
59Only print table summaries.
60.It Fl v
61Print the version.
62.It Fl x
63Do not use the
64.Sy XSDT.
65.It Fl z
66Verbose.
67.El
68.Sh SEE ALSO
69.Xr acpixtract 1M
70