/acpica-latest/source/tools/acpibin/ |
D | abcompare.c | 318 File = fopen (FilePath, "rb"); in AbDisplayHeader() 361 File = fopen (FilePath, "rb"); in AbComputeChecksum() 420 File = fopen (FilePath, "r+b"); in AbComputeChecksum() 477 File1 = fopen (File1Path, "rb"); in AbCompareAmlFiles() 484 File2 = fopen (File2Path, "rb"); in AbCompareAmlFiles() 628 File = fopen (Filename, "rb"); in AbGetFile() 702 FileOutHandle = fopen (File2Path, "wb"); in AbDumpAmlFile()
|
/acpica-latest/source/tools/acpixtract/ |
D | acpixtract.c | 192 InputFile = fopen (InputPathname, "r"); in AxExtractTables() 298 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractTables() 411 InputFile = fopen (InputPathname, "r"); in AxExtractToMultiAmlFile() 426 OutputFile = fopen (Gbl_OutputFilename, "w+b"); in AxExtractToMultiAmlFile() 570 InputFile = fopen (InputPathname, "r"); in AxListAllTables()
|
D | axutils.c | 513 InputFile = fopen (InputPathname, "r"); in AxCountTableInstances()
|
/acpica-latest/source/tools/acpidump/ |
D | apfiles.c | 233 File = fopen (Pathname, "w"); in ApOpenOutputFile() 314 File = fopen (Filename, "wb"); in ApWriteToBinaryFile() 360 File = fopen (Pathname, "rb"); in ApGetTableFromFile()
|
/acpica-latest/source/tools/efihello/ |
D | efihello.c | 195 File = fopen (argv[1], "r"); in main()
|
/acpica-latest/source/components/debugger/ |
D | dbfileio.c | 213 AcpiGbl_DebugFile = fopen (Name, "w+"); in AcpiDbOpenDebugFile()
|
/acpica-latest/source/compiler/ |
D | aslascii.c | 205 Handle = fopen (Filename, "rb"); in FlIsFileAsciiSource()
|
D | aslfileio.c | 213 File = fopen (Filename, Mode); in FlOpenFile()
|
D | aslstartup.c | 301 Info->Handle = fopen (Info->Filename, "rb"); in AslDetectSourceFileType()
|
D | dttemplate.c | 516 File = fopen (DisasmFilename, "w+"); in DtCreateOneTemplate()
|
D | asloptions.c | 1109 ResponseFile = fopen (Filename, "r"); in AslDoResponseFile()
|
D | prutils.c | 713 IncludeFile = fopen (Pathname, OpenMode); in PrOpenIncludeWithPrefix()
|
D | cvparser.c | 634 AcpiGbl_FileTreeRoot->File = fopen(Filename, "w+"); in CvAddToFileTree()
|
D | aslfiles.c | 689 IncludeFile = fopen (Pathname, "r"); in FlOpenIncludeWithPrefix()
|
/acpica-latest/source/tools/acpisrc/ |
D | asfile.c | 892 File = fopen (Filename, "rb"); in AsGetFile() 1000 File = fopen (Pathname, "w+b"); in AsPutFile()
|
/acpica-latest/source/common/ |
D | adfile.c | 239 File = fopen (Filename, "wb"); in AdWriteBuffer()
|
D | acfileio.c | 235 File = fopen (Filename, "rb"); in AcGetAllTablesFromFile()
|
D | adisasm.c | 375 File = fopen (DisasmFilename, "w+"); in AdAmlDisassemble()
|
D | dmextern.c | 530 ExternalRefFile = fopen (AslGbl_ExternalRefFilename, "r"); in AcpiDmGetExternalsFromFile()
|
/acpica-latest/source/include/ |
D | acclib.h | 383 fopen (
|
/acpica-latest/source/tools/acpiexec/ |
D | aeinitfile.c | 185 InitFile = fopen (Filename, "r"); in AeOpenInitializationFile()
|
/acpica-latest/source/os_specific/service_layers/ |
D | oslinuxtbl.c | 661 File = fopen (EFI_SYSTAB, "r"); in OslFindRsdpViaEfi() 1516 TableFile = fopen (Filename, "rb"); in OslReadTableFromFile()
|
/acpica-latest/source/os_specific/efi/ |
D | oseficlib.c | 235 fopen ( in fopen() function
|
/acpica-latest/documents/ |
D | changes.txt | 6230 1) Ensure check for I/O error after every fopen/fread/fwrite 6249 fopen/fread/fwrite/fclose for portability and performance. Lv Zheng, Bob
|