1ACPIHELP(1) General Commands Manual ACPIHELP(1)
2
3
4
6 acpihelp - ACPI help utility
7
9 acpihelp <option>... [<name-prefix>|<hex-value>]
10
11
13 This manual page briefly documents the acpihelp command. The option
14 list is taken from the acpihelp interactive help.
15
16 acpihelp provides descriptive text for AML and ASL keywords, methods,
17 and opcodes.
18
19 Much more detailed documentation may be found at
20 http://www.acpica.org/documentation/.
21
22 If neither a <name-prefix> or a <hex-value> is provided, acpihelp will
23 do the logical equivalent of a "display all."
24
25 A default search (that is, a search with no options) and a <name-pre‐
26 fix> can mean two different things: (1) if <name-prefix> does not start
27 with an underscore, find ASL operator names, or (2) if <name-prefix>
28 does start with an underscore, find ASL predefined method names.
29
30
32 ACPI Names and Symbols
33 -k [<name-prefix>]
34 Find/Display ASL non-operator keyword(s)
35
36 -m [<name-prefix>]
37 Find/Display AML opcode name(s)
38
39 -p [<name-prefix>]
40 Find/Display ASL predefined method name(s)
41
42 -s [<name-prefix>]
43 Find/Display ASL operator name(s)
44
45
46 ACPI Values
47 -e [<hex-value>]
48 Decode ACPICA exception code
49
50 -i Display known ACPI Device IDs (_HID)
51
52 -i [<hex-value>]
53 Decode hex AML opcode
54
55
57 acpihelp was written by Robert Moore <robert.moore@intel.com>.
58
59 This manual page was written by Al Stone <ahs3@redhat.com> for the
60 Fedora project (but may be used by others).
61
62
63
64 January 23, 2013 ACPIHELP(1)