Remove references to acpinames(8) from various manual pages.
[dragonfly.git] / usr.sbin / acpi / acpiexec / acpiexec.8
blobf03f667ce64041dc79878445177fca74ffa260d5
1 .\"
2 .\" Copyright (c) 2014 The DragonFly Project.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\"
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in
12 .\"    the documentation and/or other materials provided with the
13 .\"    distribution.
14 .\" 3. Neither the name of The DragonFly Project nor the names of its
15 .\"    contributors may be used to endorse or promote products derived
16 .\"    from this software without specific, prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
22 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
24 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
26 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
28 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .Dd May 29, 2020
32 .Dt ACPIEXEC 8
33 .Os
34 .Sh NAME
35 .Nm acpiexec
36 .Nd load ACPI tables and execute control methods from user space
37 .Sh SYNOPSIS
38 .Nm
39 .Op Ar option ...
40 .Ar aml_file ...
41 .Sh DESCRIPTION
42 The following options are supported:
43 .Bl -tag -width indent
44 .It Fl b Ar \&"command_line\&"
45 Batch mode command line execution (cmd1;cmd2;...).
46 .It Fl da
47 Disable method abort on error.
48 .It Fl df
49 Disable Local fault handler.
50 .It Fl di
51 Disable execution of STA/INI methods during init.
52 .It Fl do
53 Disable Operation Region address simulation.
54 .It Fl dr
55 Disable repair of method return values.
56 .It Fl ds
57 Disable method auto-serialization.
58 .It Fl dt
59 Disable allocation tracking (performance).
60 .It Fl ed
61 Enable timer output for Debug Object.
62 .It Fl ef
63 Enable display of final memory statistics.
64 .It Fl ei
65 Enable additional tests for ACPICA interfaces.
66 .It Fl el
67 Enable loading of additional test tables.
68 .It Fl eo
69 Enable object evaluation log.
70 .It Fl es
71 Enable Interpreter Slack Mode.
72 .It Fl et
73 Enable debug semaphore timeout.
74 .It Fl fi Ar file
75 Specify namespace initialization file.
76 .It Fl fv Ar value
77 Operation Region initialization fill value.
78 .It Fl h
79 Display the help message.
80 .It Fl \&?
81 Alias for
82 .Fl h .
83 .It Fl l
84 Load tables and namespace only.
85 .It Fl m Op Ar method
86 Batch mode method execution.
87 The default method is
88 .Sy MAIN .
89 .It Fl r
90 Use hardware-reduced FADT V5.
91 .It Fl te
92 Exit loop on timeout instead of aborting method.
93 .It Fl to Ar seconds
94 Set timeout period for AML while loops.
95 .It Fl v
96 Display version information.
97 .It Fl va
98 Display verbose dump of any memory leaks.
99 .It Fl vd
100 Display build date and time.
101 .It Fl vh
102 Verbose exception handler output.
103 .It Fl vi
104 Verbose initialization output.
105 .It Fl vr
106 Verbose region handler output.
107 .It Fl x Ar debug_level
108 Debug output level.
111 From within the interactive mode, use
112 .Sq \&?
114 .Dq help
115 to see a list of available AML Debugger commands.
116 .Sh SEE ALSO
117 .Xr acpi 4 ,
118 .Xr acpibin 8 ,
119 .Xr acpicall 8 ,
120 .Xr acpiconf 8 ,
121 .Xr acpidump 8 ,
122 .Xr acpihelp 8 ,
123 .Xr acpixtract 8 ,
124 .Xr iasl 8
126 .Lk https://acpica.org/documentation/
127 .Sh AUTHORS
130 utility is provided by
131 .Tn Intel
132 as part of their
133 .Sy ACPICA
134 distribution.
136 This manual page was written by
137 .An Sascha Wildner .