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

  /src/sys/external/bsd/acpica/dist/compiler/
dttemplate.c 3 * Module Name: dttemplate - ACPI table template generation
120 * DESCRIPTION: Create one or more template files.
150 fprintf (stdout, "Creating default template: [DSDT]\n");
189 * Normal case: Create template for each signature
223 * DESCRIPTION: Create one template file of the requested signature.
237 * Validate signature and get the template data:
240 * 3) There must be a template associated with the signature
263 /* TableData will point to the template */
268 if (!TableData->Template)
270 fprintf (stderr, "%4.4s: No template available\n", Signature)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 231 const unsigned char *Template;

Completed in 23 milliseconds