Searched refs:ReadFile (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c134 Status = gEfiShellProtocol->ReadFile(FileHandle1, &DataSizeFromFile1, &DataFromFile1);
136 Status = gEfiShellProtocol->ReadFile(FileHandle2, &DataSizeFromFile2, &DataFromFile2);
149 Status = gEfiShellProtocol->ReadFile(FileHandle1, &DataSizeFromFile1, &ADF_File11);
151 Status = gEfiShellProtocol->ReadFile(FileHandle2, &DataSizeFromFile2, &ADF_File21);
157 Status = gEfiShellProtocol->ReadFile(FileHandle1, &DataSizeFromFile1, &ADF_File12);
159 Status = gEfiShellProtocol->ReadFile(FileHandle2, &DataSizeFromFile2, &ADF_File22);
165 Status = gEfiShellProtocol->ReadFile(FileHandle1, &DataSizeFromFile1, &ADF_File13);
167 Status = gEfiShellProtocol->ReadFile(FileHandle2, &DataSizeFromFile2, &ADF_File23);
H A DEfiCompress.c120 Status = gEfiShellProtocol->ReadFile(InShellFileHandle, &InSize2, InBuffer);
H A DEfiDecompress.c127 Status = gEfiShellProtocol->ReadFile(InFileHandle, &InSize, InBuffer);
H A DLoadPciRom.c150 Status = gEfiShellProtocol->ReadFile(Node->Handle, &SourceSize, File1Buffer);
/vbox/src/libs/libpng-1.2.8/
H A Dpngrio.c51 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
83 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
99 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.h45 EFI_SHELL_READ_FILE ReadFile; member in struct:__anon12894
/vbox/src/VBox/Runtime/testcase/
H A DtstFileAppendWin-1.cpp111 if (ReadFile(hFile, szBuf, 1, &cb, NULL))
181 if (!ReadFile(hFile, szBuf, 10, &cb, NULL) || cb != 10)
182 MyError("1st ReadFile failed: %d\n", GetLastError());
206 if (ReadFile(hFile, szBuf, 1, &cb, NULL) && cb != 0)
216 if (!ReadFile(hFile, szBuf, 10, &cb, NULL) || cb != 10)
217 MyError("1st ReadFile failed: %d\n", GetLastError());
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile2.c105 if (ReadFile(hFile, buf, sizeof(buf), &nbytes, NULL) == 0) {
106 fprintf(stderr, "ReadFile failed\n");
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFirmwareVolume.h139 buffer is allocated from BS pool by ReadFile.
188 buffer is allocated from BS pool by ReadFile.
315 FRAMEWORK_EFI_FV_READ_FILE ReadFile; member in struct:_EFI_FIRMWARE_VOLUME_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
H A DAcpiPlatform.c94 Status = FvInstance->ReadFile (
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFtp4.h366 The ReadFile() function is used to initialize and start an FTPv4 download process
514 EFI_FTP4_READ_FILE ReadFile; member in struct:_EFI_FTP4_PROTOCOL
H A DFirmwareVolume2.h217 ReadFile() is used to retrieve any file from a firmware volume
237 ReadFile(). If the input value of *Buffer!=NULL, it indicates
247 output buffer is to be allocated by ReadFile(). In this case,
248 ReadFile() will allocate an appropriately sized buffer from
252 ReadFile() is callable only from TPL_NOTIFY and below.
253 Behavior of ReadFile() at any EFI_TPL above TPL_NOTIFY is
582 ReadFile().
739 EFI_FV_READ_FILE ReadFile; member in struct:_EFI_FIRMWARE_VOLUME2_PROTOCOL
H A DMtftp4.h190 EFI_MTFTP4_PROTOCOL.ReadFile() function, and alternatively to intercept
192 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
196 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile()
219 EFI_MTFTP4_PROTOCOL.ReadFile() or
520 EFI_MTFTP4_READ_FILE ReadFile; member in struct:_EFI_MTFTP4_PROTOCOL
H A DMtftp6.h313 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
321 @param[in] Token The token that the caller provided in the EFI_MTFTP6_PROTOCOl.ReadFile(),
341 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
349 @param[in] Token The token that is provided in the EFI_MTFTP6_PROTOCOL.ReadFile() or
629 The ReadFile() function is used to initialize and start an MTFTPv6 download process and
814 EFI_MTFTP6_READ_FILE ReadFile; member in struct:_EFI_MTFTP6_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDispatcher.c376 Status = FwVolProtocol->ReadFile (
724 Status = FwVolProtocol->ReadFile (
767 Status = FwVolProtocol->ReadFile (
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c311 if (!ReadFile (DiskHandle, DiskPartition, 0x200, &BytesReturn, NULL)) {
471 if (!ReadFile (InputHandle, DiskPartition, 0x200, &BytesReturn, NULL)) {
503 if (!ReadFile (OutputHandle, DiskPartitionBackup, 0x200, &BytesReturn, NULL)) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A D7zFile.c15 ReadFile and WriteFile functions in Windows have BUG:
89 BOOL res = ReadFile(p->handle, data, curSize, &processed, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleWrappers.c102 return (ShellInfoObject.NewEfiShellProtocol->ReadFile(
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h981 EFI_SHELL_READ_FILE ReadFile; member in struct:_EFI_SHELL_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/AcpiPlatformDxe/
H A DAcpiPlatform.c122 Status = FvInstance->ReadFile (
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp207 BOOL ok = ReadFile (mReadEnd, aVal, (ULONG)aLen, &read, NULL);
/vbox/src/VBox/Runtime/r3/win/
H A Dpipe-win.cpp593 || ReadFile(pThis->hPipe, pvBuf,
667 if (ReadFile(pThis->hPipe, pvBuf,
1022 if (ReadFile(pThis->hPipe, pThis->abBuf, 0, &cbRead, &pThis->Overlapped))
1313 if (ReadFile(pThis->hPipe, pThis->abBuf, 0, &cbRead, &pThis->Overlapped))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolRead.c539 Status = This->ReadFile (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.c30 EFI_MTFTP4_PROTOCOL.ReadFile() function, and alternatively to intercept
32 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
286 Status = Mtftp4->ReadFile (Mtftp4, &Token);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c270 // Set FV ReadFile Buffer as NULL, only need to check whether input Fv file exist there
272 Status = Fv->ReadFile (
305 Status = Fv->ReadFile (
338 Status = Fv->ReadFile (

Completed in 460 milliseconds

12