Searched refs:WriteFile (Results 1 - 25 of 42) sorted by relevance

12

/vbox/src/VBox/HostDrivers/Support/win/
H A Dimport-template-kernel32.h20 SUPHARNT_IMPORT_STDCALL(WriteFile, 20)
/vbox/src/libs/libpng-1.2.8/
H A Dpngwio.c49 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
79 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
96 if ( !WriteFile(io_ptr, buf, written, &err, NULL) )
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyUtility/
H A DPyUtility.c61 while (WriteFile(FileHandle, Data, DataLength, &WriteBytes, NULL)) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.h46 EFI_SHELL_WRITE_FILE WriteFile; member in struct:__anon12894
/vbox/src/VBox/Runtime/testcase/
H A DtstFileAppendWin-1.cpp99 if (!WriteFile(hFile, "0123456789", 10, &cb, NULL))
144 if (!WriteFile(hFile, "abcdefghij", 10, &cb, NULL))
194 if (!WriteFile(hFile, "klmnopqrst", 10, &cb, NULL))
246 if (WriteFile(hFile, "pqrstuvwx", 10, &cb, NULL))
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile3.c80 if (WriteFile(hFile, buf, sizeof(buf), &nbytes, NULL) == 0) {
81 fprintf(stderr, "WriteFile failed\n");
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFirmwareVolume.h325 FRAMEWORK_EFI_FV_WRITE_FILE WriteFile; member in struct:_EFI_FIRMWARE_VOLUME_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFtp4.h403 The WriteFile() function is used to initialize and start an FTPv4 upload process and
515 EFI_FTP4_WRITE_FILE WriteFile; member in struct:_EFI_FTP4_PROTOCOL
H A DFirmwareVolume2.h457 WriteFile() is used to write one or more files to a firmware
473 WriteFile() is callable only from TPL_NOTIFY and below.
474 Behavior of WriteFile() at any EFI_TPL above TPL_NOTIFY is
741 EFI_FV_WRITE_FILE WriteFile; member in struct:_EFI_FIRMWARE_VOLUME2_PROTOCOL
H A DMtftp4.h192 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
196 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile()
220 EFI_MTFTP4_PROTOCOL.WriteFile() or
237 EFI_MTFTP4_PROTOCOL.WriteFile() function.
241 EFI_MTFTP4_PROTOCOL.WriteFile() by the caller.
521 EFI_MTFTP4_WRITE_FILE WriteFile; member in struct:_EFI_MTFTP4_PROTOCOL
H A DMtftp6.h313 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
322 WriteFile() or ReadDirectory() function.
341 timeout event in the EFI_MTFTP6_PROTOCOL.ReadFile(), EFI_MTFTP6_PROTOCOL.WriteFile() or
350 EFI_MTFTP6_PROTOCOL.WriteFile() or EFI_MTFTP6_PROTOCOL.ReadDirectory()
366 EFI_MTFTP6_PROTOCOL.WriteFile() function.
371 EFI_MTFTP6_PROTOCOL.WriteFile() function. Setting *Length to zero signals the end of the session.
375 @param[in] Token The token provided in the EFI_MTFTP6_PROTOCOL.WriteFile() by the caller.
458 /// Only used in WriteFile() operation.
671 The WriteFile() function is used to initialize an uploading operation with the given option list
815 EFI_MTFTP6_WRITE_FILE WriteFile; member in struct:_EFI_MTFTP6_PROTOCOL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiCompress.c134 Status = gEfiShellProtocol->WriteFile(OutShellFileHandle, &OutSize2, OutBuffer);
H A DEfiDecompress.c149 Status = gEfiShellProtocol->WriteFile(OutFileHandle, &OutSizeTemp, OutBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c358 WriteFile (DiskHandle, DiskPartition, 0x200, &BytesReturn, NULL);
515 if (!WriteFile (OutputHandle, DiskPartition, 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:
124 BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleWrappers.c383 return (ShellInfoObject.NewEfiShellProtocol->WriteFile(
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h982 EFI_SHELL_WRITE_FILE WriteFile; member in struct:_EFI_SHELL_PROTOCOL
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp165 BOOL ok = WriteFile (mWriteEnd, aVal, (ULONG)aLen, &written, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1904 goto WriteFile;
2138 goto WriteFile;
2201 goto WriteFile;
2218 goto WriteFile;
2235 goto WriteFile;
2251 goto WriteFile;
2280 goto WriteFile;
2635 WriteFile:
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.c32 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
361 Status = Mtftp4->WriteFile (Mtftp4, &Token);
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h119 enum SetUpProgressMode { ImportFile, ImportS3, WriteFile, WriteS3 }; enumerator in enum:Appliance::SetUpProgressMode
/vbox/src/VBox/Runtime/r3/win/
H A Dfileio-win.cpp491 if (WriteFile((HANDLE)RTFileToNative(hFile), pvBuf, cbToWriteAdj, &cbWritten, NULL))
502 if (!WriteFile((HANDLE)RTFileToNative(hFile), (char*)pvBuf + cbWritten,
538 if (!WriteFile((HANDLE)RTFileToNative(hFile), (const char *)pvBuf + cbWritten, cbToWrite, &cbWrittenPart, NULL))
H A Dpipe-win.cpp356 if (!WriteFile(pThis->hPipe, pThis->pbBounceBuf, (DWORD)pThis->cbBounceBufUsed,
794 if (WriteFile(pThis->hPipe, pThis->pbBounceBuf, (DWORD)pThis->cbBounceBufUsed,
879 if (WriteFile(pThis->hPipe, pvBuf,
H A Dfileaio-win.cpp364 fSucceeded = WriteFile(pReqInt->hFile, pReqInt->pvBuf,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVol.c610 FvDevice->Fv.WriteFile = FvWriteFile;

Completed in 131 milliseconds

12