Home | History | Annotate | Download | only in common

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
174 FILE *File,
181 FILE *File,
282 * OutToFile - TRUE if output should go to a file
301 FILE *File = NULL;
307 * Input: AML code from either a file or via GetTables (memory or
312 /* Get the list of all AML tables in the file */
361 * Output: ASL code. Redirect to a file if requested
365 /* Create/Open a disassembly output file */
375 File = fopen (DisasmFilename, "w+");
376 if (!File)
378 fprintf (stderr, "Could not open output file %s\n",
387 /* Disassemble all AML tables within the file */
392 File, Filename, DisasmFilename);
412 if (File)
414 fclose (File);
429 * File - Pointer for the input file
442 FILE *File,
456 * (.xxx) file produced from the converter in case if
469 if (File)
471 AcpiOsRedirectOutput (File);
487 if (File)
490 DisasmFilename, CmGetFileSize (File));
496 /* Initialize the converter output file */
498 ASL_CV_INIT_FILETREE(Table, File);
514 if (File)
516 AcpiOsRedirectOutput (File);
521 if (AslCompilerdebug && File)
525 NsSetupNamespaceListing (File);
559 Status = AdReparseOneTable (Table, File, OwnerId);
588 if (File)
591 DisasmFilename, CmGetFileSize (File));
612 * File - Pointer for the input file
626 FILE *File,
696 if (File)
698 NsSetupNamespaceListing (File);
714 * PARAMETERS: Filename - Input file for the table
740 /* Process each external file */
747 /* Next external file */
753 AcpiOsPrintf ("External object resolution file %16s\n",
797 /* Next external file */
816 /* Load any externals defined in the optional external ref file */