Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

acpiexec(1) [centos man page]

ACPIEXEC(1)						      General Commands Manual						       ACPIEXEC(1)

NAME
acpiexec - ACPI AML execution and debug utility SYNOPSIS
acpiexec [<option>...] <aml-file> ... DESCRIPTION
This manual page briefly documents the acpiexec command. The option list is taken from the acpiexec interactive help. acpiexec provides a simulated execution environment for AML code so that it can be more easily tested and debugged. Much more detailed documentation may be found at http://www.acpica.org/documentation/. OPTIONS
-? Display the help message -b command-line Batch mode command line execution (cmd1;cmd2;...) -M [<method>] Batch mode method execution (Default: MAIN) -da Disable method abort on error -di Disable execution of _STA/_INI methods during init -do Disable Operation Region address simulation -dr Disable repair of method return values -dt Disable allocation tracking (performance) -ef Enable display of final memory statistics -ei Enable additional tests for ACPICA interfaces -em Enable interpreter Serialized mode -es Enable interpreter Slack mode -et Enable debug semaphore timeour -f <value> Operation Region initialization fill value -r Use hardware-reduced FADT V5 -vi Verbose initialization output -vr Verbose region handler output -x <debug-level> Debug output level AUTHOR
acpiexec was written by Robert Moore <robert.moore@intel.com>. This manual page was written by Al Stone <ahs3@redhat.com> for the Fedora project (but may be used by others). January 23, 2013 ACPIEXEC(1)

Check Out this Related Man Page

IASL(1) 						      General Commands Manual							   IASL(1)

NAME
iasl - ACPI Source Language compiler/decompiler SYNOPSIS
iasl [options] [input file] DESCRIPTION
This manual page documents briefly the iasl command. The option list is taken from the iasl interactive help. iasl is an ASL compiler and decompiler. OPTIONS
General Output -p <prefix> Specify filename prefix for all output files (including .aml) -vi Less verbose errors and warnings for use with IDEs -vo Enable optimization comments -vr Disable remarks -vs Disable signon AML Output Files -s<a|c> Create AML in assembler or C source file (*.asm or *.c) -i<a|c> Create assembler or C include file (*.inc or *.h) -t<a|c> Create AML in assembler or C hex table (*.hex) AML Code Generation -oa Disable all optimizations (compatibility mode) -of Disable constant folding -oi Disable integer optimization to Zero/One/Ones -on Disable named reference string optimization -r<Revision> Override table header Revision (1-255) Listings -l Create mixed listing file (ASL source and AML) (*.lst) -ln Create namespace file (*.nsp) -ls Create combined source file (expanded includes) (*.src) AML Disassembler -d [file] Disassemble AML to ASL source code file (*.dsl) -dc [file] Disassemble AML and immediately compile it (Obtain DSDT from current system if no input file) -e Generate External() statements for unresolved symbols -g Get ACPI tables and write to files (*.dat) Miscellaneous -a Verify source file is entirely ASCII text (0x00-0x7F) Help -h Additional help and compiler debug options -hc Display operators allowed in constant expressions -hr Display ACPI reserved method names AUTHOR
iasl was written by Robert Moore <robert.moore@intel.com>. This manual page was written by Mattia Dongili <malattia@debian.org>, for the Debian project (but may be used by others). October 14, 2005 IASL(1)
Man Page