Lines Matching refs:ACPI_OPTION

248     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()
262 ACPI_OPTION ("-ed", "Enable timer output for Debug Object"); in usage()
263 ACPI_OPTION ("-ef", "Enable display of final memory statistics"); in usage()
264 ACPI_OPTION ("-ei", "Enable additional tests for ACPICA interfaces"); in usage()
265 ACPI_OPTION ("-el", "Enable loading of additional test tables"); in usage()
266 ACPI_OPTION ("-eo", "Enable object evaluation log"); in usage()
267 ACPI_OPTION ("-es", "Enable Interpreter Slack Mode"); in usage()
268 ACPI_OPTION ("-et", "Enable debug semaphore timeout"); in usage()
271 ACPI_OPTION ("-fi <File>", "Specify namespace initialization file"); in usage()
272 ACPI_OPTION ("-fv <Value>", "Operation Region initialization fill value"); in usage()
275 ACPI_OPTION ("-l", "Load tables and namespace only"); in usage()
276 ACPI_OPTION ("-r", "Use hardware-reduced FADT V5"); in usage()
277 ACPI_OPTION ("-te", "Exit loop on timeout instead of aborting method"); in usage()
278 ACPI_OPTION ("-to <Seconds>", "Set timeout period for AML while loops"); in usage()
281 ACPI_OPTION ("-v", "Display version information"); in usage()
282 ACPI_OPTION ("-va", "Display verbose dump of any memory leaks"); in usage()
283 ACPI_OPTION ("-vd", "Display build date and time"); in usage()
284 ACPI_OPTION ("-vh", "Verbose exception handler output"); in usage()
285 ACPI_OPTION ("-vi", "Verbose initialization output"); in usage()
286 ACPI_OPTION ("-vr", "Verbose region handler output"); in usage()
287 ACPI_OPTION ("-x <DebugLevel>", "Debug output level"); in usage()