Lines Matching refs:ACPI_OPTION

181     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()
193 ACPI_OPTION ("-hf", "Display help for output filename generation"); in Usage()
194 ACPI_OPTION ("-hr", "Display ACPI reserved method names"); in Usage()
195 ACPI_OPTION ("-ht", "Display currently supported ACPI table names"); in Usage()
198 ACPI_OPTION ("-D <symbol>", "Define symbol for preprocessor use"); in Usage()
199 ACPI_OPTION ("-li", "Create preprocessed output file (*.i)"); in Usage()
200 ACPI_OPTION ("-P", "Preprocess only and create preprocessor output file (*.i)"); in Usage()
201 ACPI_OPTION ("-Pn", "Disable preprocessor"); in Usage()
204 ACPI_OPTION ("-va", "Disable all errors/warnings/remarks"); in Usage()
205 ACPI_OPTION ("-ve", "Report only errors (ignore warnings and remarks)"); in Usage()
206 ACPI_OPTION ("-vi", "Less verbose errors and warnings for use with IDEs"); in Usage()
207 ACPI_OPTION ("-vr", "Disable remarks"); in Usage()
208 ACPI_OPTION ("-vw <messageid>", "Ignore specific error, warning or remark"); in Usage()
209 ACPI_OPTION ("-vx <messageid>", "Expect a specific warning, remark, or error"); in Usage()
210 ACPI_OPTION ("-w <1|2|3>", "Set warning reporting level"); in Usage()
211 ACPI_OPTION ("-we", "Report warnings as errors"); in Usage()
214 ACPI_OPTION ("-oa", "Disable all optimizations (compatibility mode)"); in Usage()
215 ACPI_OPTION ("-of", "Disable constant folding"); in Usage()
216 ACPI_OPTION ("-oi", "Disable integer optimization to Zero/One/Ones"); in Usage()
217 ACPI_OPTION ("-on", "Disable named reference string optimization"); in Usage()
218 ACPI_OPTION ("-ot", "Disable typechecking"); in Usage()
219 ACPI_OPTION ("-cr", "Disable Resource Descriptor error checking"); in Usage()
220 ACPI_OPTION ("-in", "Ignore NoOp operators"); in Usage()
221 ACPI_OPTION ("-r <revision>", "Override table header Revision (1-255)"); in Usage()
224 ACPI_OPTION ("-l", "Create mixed listing file (ASL source and AML) (*.lst)"); in Usage()
225 ACPI_OPTION ("-lm", "Create hardware summary map file (*.map)"); in Usage()
226 ACPI_OPTION ("-ln", "Create namespace file (*.nsp)"); in Usage()
227 ACPI_OPTION ("-ls", "Create combined source file (expanded includes) (*.src)"); in Usage()
228 ACPI_OPTION ("-lx", "Create cross-reference file (*.xrf)"); in Usage()
231 ACPI_OPTION ("-tc", "Create hex AML table in C (*.hex)"); in Usage()
232 ACPI_OPTION ("-sc", "Create named hex AML arrays in C (*.c)"); in Usage()
233 ACPI_OPTION ("-ic", "Create include file in C for -sc symbols (*.h)"); in Usage()
234 ACPI_OPTION ("-so", "Create namespace AML offset table in C (*.offset.h)"); in Usage()
237 ACPI_OPTION ("-ta", "Create hex AML table in assembler (*.hex)"); in Usage()
238 ACPI_OPTION ("-sa", "Create named hex AML arrays in assembler (*.asm)"); in Usage()
239 ACPI_OPTION ("-ia", "Create include file in assembler for -sa symbols (*.inc)"); in Usage()
242 ACPI_OPTION ("-ts", "Create hex AML table in ASL (Buffer object) (*.hex)"); in Usage()
245 ACPI_OPTION ("-ca <file>", "Convert legacy-ASL source file to new ASL+ file"); in Usage()
246 ACPI_OPTION ("", " (Original comments are passed through to ASL+ file)"); in Usage()
249 ACPI_OPTION ("-G", "Compile custom table that contains generic operators"); in Usage()
250 ACPI_OPTION ("-T <sig list>|ALL", "Create ACPI table template/example files"); in Usage()
251 ACPI_OPTION ("-T <count>", "Emit DSDT and <count> SSDTs to same file"); in Usage()
252 ACPI_OPTION ("-vt", "Create verbose template files (full disassembly)"); in Usage()
255 ACPI_OPTION ("-d <f1 f2 ...>", "Disassemble or decode binary ACPI tables to file (*.dsl)"); in Usage()
256 ACPI_OPTION ("", " (Optional, file type is automatically detected)"); in Usage()
257 ACPI_OPTION ("-da <f1 f2 ...>", "Disassemble multiple tables from single namespace"); in Usage()
258 ACPI_OPTION ("-db", "Do not translate Buffers to Resource Templates"); in Usage()
259 ACPI_OPTION ("-dc <f1 f2 ...>", "Disassemble AML and immediately compile it"); in Usage()
260 ACPI_OPTION ("", " (Obtain DSDT from current system if no input file)"); in Usage()
261 ACPI_OPTION ("-df", "Force disassembler to assume table contains valid AML"); in Usage()
262 ACPI_OPTION ("-dl", "Emit legacy ASL code only (no C-style operators)"); in Usage()
263 ACPI_OPTION ("-e <f1 f2 ...>", "Include ACPI table(s) for external symbol resolution"); in Usage()
264 ACPI_OPTION ("-fe <file>", "Specify external symbol declaration file"); in Usage()
265 ACPI_OPTION ("-in", "Ignore NoOp opcodes"); in Usage()
266 ACPI_OPTION ("-l", "Disassemble to mixed ASL and AML code"); in Usage()
267 ACPI_OPTION ("-vt", "Dump binary table data in hex format within output file"); in Usage()
270 ACPI_OPTION ("-bc", "Create converter debug file (*.cdb)"); in Usage()
271 ACPI_OPTION ("-bf", "Create debug file (full output) (*.txt)"); in Usage()
272 ACPI_OPTION ("-bs", "Create debug file (parse tree only) (*.txt)"); in Usage()
273 ACPI_OPTION ("-bp <depth>", "Prune ASL parse tree"); in Usage()
274 ACPI_OPTION ("-bt <type>", "Object type to be pruned from the parse tree"); in Usage()
275 ACPI_OPTION ("-f", "Ignore errors, force creation of AML output file(s)"); in Usage()
276 ACPI_OPTION ("-m <size>", "Set internal line buffer size (in Kbytes)"); in Usage()
277 ACPI_OPTION ("-n", "Parse only, no output generation"); in Usage()
278 ACPI_OPTION ("-oc", "Display compile times and statistics"); in Usage()
279 ACPI_OPTION ("-x <level>", "Set debug level for trace output"); in Usage()
280 ACPI_OPTION ("-z", "Do not insert new compiler ID for DataTables"); in Usage()