HomeSort by: relevance | last modified time | path
    Searched refs:ACPI_OPTION (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslhelp.c 73 ACPI_OPTION ("-@ <file>", "Specify command file");
74 ACPI_OPTION ("-I <dir>", "Specify additional include directory");
75 ACPI_OPTION ("-p <prefix>", "Specify path/filename prefix for all output files");
76 ACPI_OPTION ("-v", "Display compiler version");
77 ACPI_OPTION ("-vd", "Display compiler build date and time");
78 ACPI_OPTION ("-vo", "Enable optimization comments");
79 ACPI_OPTION ("-vs", "Disable signon");
80 ACPI_OPTION ("-ld", "Disable deterministic output");
83 ACPI_OPTION ("-h", "This message");
84 ACPI_OPTION ("-hc", "Display operators allowed in constant expressions")
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahmain.c 58 #if defined ACPI_OPTION
59 #undef ACPI_OPTION
62 #define ACPI_OPTION(Name, Description) \
80 ACPI_OPTION ("-h", "Display help");
81 ACPI_OPTION ("-v", "Display version information");
82 ACPI_OPTION ("-vd", "Display build date and time");
85 ACPI_OPTION ("-a [Name/Prefix | *]", "Display both ASL operator and AML opcode name(s)");
86 ACPI_OPTION ("-g [Name/Prefix | *]", "Display AML grammar elements(s)");
87 ACPI_OPTION ("-m [Name/Prefix | *]", "Display AML opcode name(s)");
90 ACPI_OPTION ("-e [HexValue]", "Decode ACPICA exception code")
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpibin/
abmain.c 78 ACPI_OPTION ("-a <File1> <File2>", "Compare two binary AML files, dump all mismatches");
79 ACPI_OPTION ("-c <File1> <File2>", "Compare two binary AML files, dump first 100 mismatches");
80 ACPI_OPTION ("-d <In> <Out>", "Dump AML binary to text file");
81 ACPI_OPTION ("-o <Value>", "Start comparison at this offset into second file");
82 ACPI_OPTION ("-h <File>", "Display table header for binary AML file");
83 ACPI_OPTION ("-s <File>", "Update checksum for binary AML file");
84 ACPI_OPTION ("-t", "Terse mode");
85 ACPI_OPTION ("-v", "Display version information");
86 ACPI_OPTION ("-vd", "Display build date and time");
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aemain.c 140 ACPI_OPTION ("-b \"CommandLine\"", "Batch mode command line execution (cmd1;cmd2;...)");
141 ACPI_OPTION ("-h -?", "Display this help message");
142 ACPI_OPTION ("-m [Method]", "Batch mode method execution. Default=MAIN");
145 ACPI_OPTION ("-da", "Disable method abort on error");
146 ACPI_OPTION ("-df", "Disable Local fault handler");
147 ACPI_OPTION ("-di", "Disable execution of STA/INI methods during init");
148 ACPI_OPTION ("-do", "Disable Operation Region address simulation");
149 ACPI_OPTION ("-dr", "Disable repair of method return values");
150 ACPI_OPTION ("-ds", "Disable method auto-serialization");
151 ACPI_OPTION ("-dt", "Disable allocation tracking (performance)")
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apmain.c 112 ACPI_OPTION ("-b", "Dump tables to binary files");
113 ACPI_OPTION ("-h -?", "This help message");
114 ACPI_OPTION ("-o <File>", "Redirect output to file");
115 ACPI_OPTION ("-r <Address>", "Dump tables from specified RSDP");
116 ACPI_OPTION ("-s", "Print table summaries only");
117 ACPI_OPTION ("-v", "Display version information");
118 ACPI_OPTION ("-vd", "Display build date and time");
119 ACPI_OPTION ("-z", "Verbose mode");
123 ACPI_OPTION ("-a <Address>", "Get table via a physical address");
124 ACPI_OPTION ("-c <on|off>", "Turning on/off customized table dumping")
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/acpixtract/
axmain.c 70 ACPI_OPTION ("-a", "Extract all tables, not just DSDT/SSDT");
71 ACPI_OPTION ("-f", "Force extraction, even if there are errors");
72 ACPI_OPTION ("-l", "List table summaries, do not extract");
73 ACPI_OPTION ("-m", "Extract multiple DSDT/SSDTs to a single file");
74 ACPI_OPTION ("-s <signature>", "Extract all tables with <signature>");
75 ACPI_OPTION ("-v", "Display version information");
76 ACPI_OPTION ("-vd", "Display build date and time");
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asmain.c 257 ACPI_OPTION ("-a <file>", "Check entire file for non-printable characters");
258 ACPI_OPTION ("-c", "Generate cleaned version of the source");
259 ACPI_OPTION ("-h", "Insert dual-license header into all modules");
260 ACPI_OPTION ("-i", "Cleanup macro indentation");
261 ACPI_OPTION ("-l", "Generate Linux version of the source");
262 ACPI_OPTION ("-u", "Generate Custom source translation");
265 ACPI_OPTION ("-d", "Leave debug statements in code");
266 ACPI_OPTION ("-s", "Generate source statistics only");
267 ACPI_OPTION ("-v", "Display version information");
268 ACPI_OPTION ("-vb", "Verbose mode")
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acapps.h 101 #define ACPI_OPTION(Name, Description) \

Completed in 19 milliseconds