Lines Matching defs:File
22 * copy of the source code appearing in this file ("Covered Code") an
48 * contain a file documenting the changes Licensee made to create that Covered
49 * Code and the date of any change. Licensee must include in that file the
183 FILE *File,
331 * DESCRIPTION: Create one template file of the requested signature.
420 /* If table has a template, create the template file */
482 * TableCount - Used for SSDTs in same file as DSDT
488 * DESCRIPTION: Create one template source file for the requested ACPI table.
499 FILE *File;
505 /* New file will have a .asl suffix */
521 File = fopen (DisasmFilename, "w+");
522 if (!File)
524 fprintf (stderr, "Could not open output file %s\n",
529 /* Emit the common file header */
531 AcpiOsRedirectOutput (File);
579 File, DisasmFilename, ACPI_SIG_DSDT, 1);
586 /* Emit any requested SSDTs into the same file */
591 File, DisasmFilename, ACPI_SIG_SSDT, i + 1);
602 File, DisasmFilename, ACPI_SIG_SSDT, 1);
612 File, DisasmFilename, ACPI_SIG_OSDT, 1);
654 "and %u [SSDT] in same file, written to \"%s\"\n",
659 fclose (File);
669 * PARAMETERS: File - An open file for the block
672 * Instance - Used for multiple SSDTs in the same file
686 FILE *File,
694 Status = fprintf (File,
706 "Could not write %4.4s to output file %s\n",