Home
last modified time | relevance | path

Searched refs:ACPI_OPTION (Results 1 – 8 of 8) sorted by relevance

/acpica-latest/source/compiler/
Daslhelp.c181 ACPI_OPTION ("-@ <file>", "Specify command file"); in Usage()
182 ACPI_OPTION ("-I <dir>", "Specify additional include directory"); in Usage()
183 ACPI_OPTION ("-p <prefix>", "Specify path/filename prefix for all output files"); in Usage()
184 ACPI_OPTION ("-v", "Display compiler version"); in Usage()
185 ACPI_OPTION ("-vd", "Display compiler build date and time"); in Usage()
186 ACPI_OPTION ("-vo", "Enable optimization comments"); in Usage()
187 ACPI_OPTION ("-vs", "Disable signon"); in Usage()
190 ACPI_OPTION ("-h", "This message"); in Usage()
191 ACPI_OPTION ("-hc", "Display operators allowed in constant expressions"); in Usage()
192 ACPI_OPTION ("-hd", "Info for obtaining and disassembling binary ACPI tables"); in Usage()
[all …]
/acpica-latest/source/tools/acpiexec/
Daemain.c248 ACPI_OPTION ("-b \"CommandLine\"", "Batch mode command line execution (cmd1;cmd2;...)"); in usage()
249 ACPI_OPTION ("-h -?", "Display this help message"); in usage()
250 ACPI_OPTION ("-m [Method]", "Batch mode method execution. Default=MAIN"); in usage()
253 ACPI_OPTION ("-da", "Disable method abort on error"); in usage()
254 ACPI_OPTION ("-df", "Disable Local fault handler"); in usage()
255 ACPI_OPTION ("-di", "Disable execution of STA/INI methods during init"); in usage()
256 ACPI_OPTION ("-do", "Disable Operation Region address simulation"); in usage()
257 ACPI_OPTION ("-dr", "Disable repair of method return values"); in usage()
258 ACPI_OPTION ("-ds", "Disable method auto-serialization"); in usage()
259 ACPI_OPTION ("-dt", "Disable allocation tracking (performance)"); in usage()
[all …]
/acpica-latest/source/tools/acpihelp/
Dahmain.c166 #if defined ACPI_OPTION
167 #undef ACPI_OPTION
170 #define ACPI_OPTION(Name, Description) \ macro
188 ACPI_OPTION ("-h", "Display help"); in AhDisplayUsage()
189 ACPI_OPTION ("-v", "Display version information"); in AhDisplayUsage()
190 ACPI_OPTION ("-vd", "Display build date and time"); in AhDisplayUsage()
193 ACPI_OPTION ("-a [Name/Prefix | *]", "Display both ASL operator and AML opcode name(s)"); in AhDisplayUsage()
194 ACPI_OPTION ("-g [Name/Prefix | *]", "Display AML grammar elements(s)"); in AhDisplayUsage()
195 ACPI_OPTION ("-m [Name/Prefix | *]", "Display AML opcode name(s)"); in AhDisplayUsage()
198 ACPI_OPTION ("-e [HexValue]", "Decode ACPICA exception code"); in AhDisplayUsage()
[all …]
/acpica-latest/source/tools/acpidump/
Dapmain.c220 ACPI_OPTION ("-b", "Dump tables to binary files"); in ApDisplayUsage()
221 ACPI_OPTION ("-h -?", "This help message"); in ApDisplayUsage()
222 ACPI_OPTION ("-o <File>", "Redirect output to file"); in ApDisplayUsage()
223 ACPI_OPTION ("-r <Address>", "Dump tables from specified RSDP"); in ApDisplayUsage()
224 ACPI_OPTION ("-s", "Print table summaries only"); in ApDisplayUsage()
225 ACPI_OPTION ("-v", "Display version information"); in ApDisplayUsage()
226 ACPI_OPTION ("-vd", "Display build date and time"); in ApDisplayUsage()
227 ACPI_OPTION ("-z", "Verbose mode"); in ApDisplayUsage()
231 ACPI_OPTION ("-a <Address>", "Get table via a physical address"); in ApDisplayUsage()
232 ACPI_OPTION ("-c <on|off>", "Turning on/off customized table dumping"); in ApDisplayUsage()
[all …]
/acpica-latest/source/tools/acpibin/
Dabmain.c186 ACPI_OPTION ("-a <File1> <File2>", "Compare two binary AML files, dump all mismatches"); in AbDisplayUsage()
187ACPI_OPTION ("-c <File1> <File2>", "Compare two binary AML files, dump first 100 mismatches"); in AbDisplayUsage()
188 ACPI_OPTION ("-d <In> <Out>", "Dump AML binary to text file"); in AbDisplayUsage()
189 ACPI_OPTION ("-o <Value>", "Start comparison at this offset into second file"); in AbDisplayUsage()
190 ACPI_OPTION ("-h <File>", "Display table header for binary AML file"); in AbDisplayUsage()
191 ACPI_OPTION ("-s <File>", "Update checksum for binary AML file"); in AbDisplayUsage()
192 ACPI_OPTION ("-t", "Terse mode"); in AbDisplayUsage()
193 ACPI_OPTION ("-v", "Display version information"); in AbDisplayUsage()
194 ACPI_OPTION ("-vd", "Display build date and time"); in AbDisplayUsage()
/acpica-latest/source/tools/acpisrc/
Dasmain.c365 ACPI_OPTION ("-a <file>", "Check entire file for non-printable characters"); in AsDisplayUsage()
366 ACPI_OPTION ("-c", "Generate cleaned version of the source"); in AsDisplayUsage()
367 ACPI_OPTION ("-h", "Insert dual-license header into all modules"); in AsDisplayUsage()
368 ACPI_OPTION ("-i", "Cleanup macro indentation"); in AsDisplayUsage()
369 ACPI_OPTION ("-l", "Generate Linux version of the source"); in AsDisplayUsage()
370 ACPI_OPTION ("-u", "Generate Custom source translation"); in AsDisplayUsage()
373 ACPI_OPTION ("-d", "Leave debug statements in code"); in AsDisplayUsage()
374 ACPI_OPTION ("-s", "Generate source statistics only"); in AsDisplayUsage()
375 ACPI_OPTION ("-v", "Display version information"); in AsDisplayUsage()
376 ACPI_OPTION ("-vb", "Verbose mode"); in AsDisplayUsage()
[all …]
/acpica-latest/source/tools/acpixtract/
Daxmain.c178 ACPI_OPTION ("-a", "Extract all tables, not just DSDT/SSDT"); in DisplayUsage()
179 ACPI_OPTION ("-f", "Force extraction, even if there are errors"); in DisplayUsage()
180 ACPI_OPTION ("-l", "List table summaries, do not extract"); in DisplayUsage()
181 ACPI_OPTION ("-m", "Extract multiple DSDT/SSDTs to a single file"); in DisplayUsage()
182 ACPI_OPTION ("-s <signature>", "Extract all tables with <signature>"); in DisplayUsage()
183 ACPI_OPTION ("-v", "Display version information"); in DisplayUsage()
184 ACPI_OPTION ("-vd", "Display build date and time"); in DisplayUsage()
/acpica-latest/source/include/
Dacapps.h202 #define ACPI_OPTION(Name, Description) \ macro