Searched refs:OutputFile (Results 1 – 5 of 5) sorted by relevance
/acpica-3.7.0/source/compiler/ |
D | aslerror.c | 204 FILE *OutputFile, 351 FILE *OutputFile, in AeDecodeErrorMessageId() argument 363 fprintf (OutputFile, "%s %4.4d -", in AeDecodeErrorMessageId() 374 fprintf (OutputFile, " %s %s\n\n", MainMessage, ExtraMessage); in AeDecodeErrorMessageId() 397 fprintf (OutputFile, " %s", in AeDecodeErrorMessageId() 407 fprintf (OutputFile, "%*s%s", in AeDecodeErrorMessageId() 413 fprintf (OutputFile, "%*s %s", in AeDecodeErrorMessageId() 421 fprintf (OutputFile, " %s", MainMessage); in AeDecodeErrorMessageId() 428 fprintf (OutputFile, " (%s)", ExtraMessage); in AeDecodeErrorMessageId() 433 fprintf (OutputFile, " and premature End-Of-File"); in AeDecodeErrorMessageId() [all …]
|
/acpica-3.7.0/source/tools/acpixtract/ |
D | acpixtract.c | 178 FILE *OutputFile = NULL; in AxExtractTables() local 298 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractTables() 299 if (!OutputFile) in AxExtractTables() 326 BytesConverted = AxConvertAndWrite (OutputFile, ThisSignature); in AxExtractTables() 368 if (OutputFile) in AxExtractTables() 370 fclose (OutputFile); in AxExtractTables() 398 FILE *OutputFile; in AxExtractToMultiAmlFile() local 426 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractToMultiAmlFile() 427 if (!OutputFile) in AxExtractToMultiAmlFile() 497 BytesConverted = AxConvertAndWrite (OutputFile, ThisSignature); in AxExtractToMultiAmlFile() [all …]
|
D | axutils.c | 628 FILE *OutputFile, in AxConvertAndWrite() argument 649 BytesWritten = fwrite (Gbl_BinaryData, 1, BytesConverted, OutputFile); in AxConvertAndWrite()
|
D | acpixtract.h | 281 FILE *OutputFile,
|
/acpica-3.7.0/source/include/ |
D | acutils.h | 213 FILE *OutputFile = AcpiGbl_OutputFile; \ 217 AcpiOsRedirectOutput (OutputFile);
|