Home
last modified time | relevance | path

Searched refs:OutputFile (Results 1 – 5 of 5) sorted by relevance

/acpica-3.7.0/source/compiler/
Daslerror.c204 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/
Dacpixtract.c178 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 …]
Daxutils.c628 FILE *OutputFile, in AxConvertAndWrite() argument
649 BytesWritten = fwrite (Gbl_BinaryData, 1, BytesConverted, OutputFile); in AxConvertAndWrite()
Dacpixtract.h281 FILE *OutputFile,
/acpica-3.7.0/source/include/
Dacutils.h213 FILE *OutputFile = AcpiGbl_OutputFile; \
217 AcpiOsRedirectOutput (OutputFile);