Home | History | Annotate | Download | only in compiler

Lines Matching refs:Template

3  * Module Name: dttemplate - ACPI table template generation
228 * DESCRIPTION: Create one or more template files.
258 fprintf (stdout, "Creating default template: [DSDT]\n");
297 * Normal case: Create template for each signature
331 * DESCRIPTION: Create one template file of the requested signature.
345 * Validate signature and get the template data:
348 * 3) There must be a template associated with the signature
371 /* TableData will point to the template */
376 if (!TableData->Template)
378 fprintf (stderr, "%4.4s: No template available\n", Signature);
402 * DESCRIPTION: Create all currently defined template files
414 fprintf (stdout, "Creating all supported Template files\n");
420 /* If table has a template, create the template file */
422 if (TableData->Template)
488 * DESCRIPTION: Create one template source file for the requested ACPI table.
538 AcpiOsPrintf (" * Template for [%4.4s] ACPI Table",
543 AcpiOsPrintf (" * Template for [%4.4s] and %u [SSDT] ACPI Tables",
567 TableData->Template));
646 "Created ACPI table template for [%4.4s], "