Home | History | Annotate | Download | only in compiler

Lines Matching refs:printf

176     printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME));
177 printf ("%s\n\n", ASL_COMPLIANCE);
180 printf ("\nGeneral:\n");
190 printf ("\nHelp:\n");
198 printf ("\nPreprocessor:\n");
204 printf ("\nErrors, Warnings, and Remarks:\n");
215 printf ("\nAML Bytecode Generation (*.aml):\n");
225 printf ("\nListings:\n");
232 printf ("\nFirmware Support - C Text Output:\n");
238 printf ("\nFirmware Support - Assembler Text Output:\n");
243 printf ("\nFirmware Support - ASL Text Output:\n");
246 printf ("\nLegacy-ASL to ASL+ Converter:\n");
250 printf ("\nData Table Compiler:\n");
257 printf ("\nAML Disassembler:\n");
273 printf ("\nDebug Options:\n");
305 printf
306 printf (" Output filenames are generated by appending an extension to a common\n");
307 printf (" filename prefix. The filename prefix is obtained via one of the\n");
308 printf (" following methods (in priority order):\n");
309 printf (" 1) The -p option specifies the prefix\n");
310 printf (" 2) The prefix of the AMLFileName in the ASL Definition Block\n");
311 printf (" 3) The prefix of the input filename\n");
312 printf ("\n");
333 printf ("\nObtaining binary ACPI tables and disassembling to ASL source code.\n\n");
334 printf ("Use the following ACPICA toolchain:\n");
335 printf (" AcpiDump: Dump all ACPI tables to a hex ascii file\n");
336 printf (" AcpiXtract: Extract one or more binary ACPI tables from AcpiDump output\n");
337 printf (" iASL -d <file>: Disassemble a binary ACPI table to ASL source code\n");
338 printf ("\n");