/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Ppi/ |
H A D | PciCfg.h | 98 /// PCI write services. See the Write() function description. 100 EFI_PEI_PCI_CFG_PPI_IO Write; member in struct:_EFI_PEI_PCI_CFG_PPI
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/ |
H A D | BootScriptSave.h | 80 EFI_BOOT_SCRIPT_WRITE Write; ///< Writes various boot scripts to a boot script table. member in struct:_EFI_BOOT_SCRIPT_SAVE_PROTOCOL
|
H A D | SmmCpuIo.h | 69 EFI_SMM_CPU_IO Write; member in struct:__anon10771
|
H A D | FrameworkFirmwareVolumeBlock.h | 200 The Write() function writes the specified number of bytes from 204 EFI_FVB_ERASE_POLARITY state before calling the Write() 209 calling the Write() function, the caller should call the 215 state. If it is in this state, the Write() function must 217 contents of the firmware volume. The Write() function must 224 fully flushed to the hardware before the Write() service 343 FRAMEWORK_EFI_FVB_WRITE Write; member in struct:_FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/ |
H A D | FaultTolerantWrite.h | 2 Fault Tolerant Write protocol provides boot-time service for fault tolerant 199 EFI_FAULT_TOLERANT_WRITE_WRITE Write; member in struct:_EFI_FAULT_TOLERANT_WRITE_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | S3SaveState.h | 85 @param[in] OpCode The operation code (opcode) number. See "Related Definitions" in Write() for the 168 EFI_S3_SAVE_STATE_WRITE Write; member in struct:_EFI_S3_SAVE_STATE_PROTOCOL
|
H A D | SmmCpuIo2.h | 77 EFI_SMM_CPU_IO2 Write; member in struct:__anon12301
|
H A D | DebugPort.h | 121 EFI_DEBUGPORT_WRITE Write; member in struct:_EFI_DEBUGPORT_PROTOCOL
|
H A D | CpuIo2.h | 62 The Io.Read() and Io.Write() functions enable a driver to access PCI controller 122 EFI_CPU_IO_PROTOCOL_IO_MEM Write; member in struct:__anon12036
|
H A D | FirmwareVolumeBlock.h | 209 The Write() function writes the specified number of bytes from 213 EFI_FVB_ERASE_POLARITY state before calling the Write() 218 Write() function, it is recommended for the caller to first call 224 state. If it is in this state, the Write() function must 226 contents of the firmware volume. The Write() function must 233 fully flushed to the hardware before the Write() service 354 EFI_FVB_WRITE Write; member in struct:_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL
|
H A D | DeviceIo.h | 86 EFI_DEVICE_IO Write; member in struct:__anon12048
|
H A D | SerialIo.h | 76 // Write Only 82 // Read Write 232 a Read or Write operation. 289 EFI_SERIAL_WRITE Write; member in struct:_EFI_SERIAL_IO_PROTOCOL
|
H A D | SimpleFileSystem.h | 101 file may be opened with are: Read, Read/Write, or Create/Read/Write. 390 EFI_FILE_WRITE Write; member in struct:_EFI_FILE_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | VpdInfoFile.py | 122 def Write(self, FilePath): member in class:VpdInfoFile
|
/vbox/src/libs/zlib-1.2.6/contrib/delphi/ |
H A D | ZLib.pas | 92 function Write(const Buffer; Count: Longint): Longint; override; function 121 function Write(const Buffer; Count: Longint): Longint; override; function 444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint; 522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/ |
H A D | PciCfg2.h | 173 EFI_PEI_PCI_CFG2_PPI_IO Write; member in struct:_EFI_PEI_PCI_CFG2_PPI
|
H A D | CpuIo.h | 83 EFI_PEI_CPU_IO_PPI_IO_MEM Write; member in struct:__anon12006
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | CpuIo2.h | 64 The Io.Read() and Io.Write() functions enable a driver to access PCI controller 124 EFI_CPU_IO_PROTOCOL_IO_MEM Write; member in struct:__anon15604
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | midles.h | 66 MIDL_ES_WRITE Write; member in struct:_MIDL_ES_MESSAGE
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | midles.h | 66 MIDL_ES_WRITE Write; member in struct:_MIDL_ES_MESSAGE
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/ |
H A D | IsaIo.h | 103 Performs ISA I/O and MMIO Read/Write Cycles 139 /// Write to ISA I/O or MMIO space. 141 EFI_ISA_IO_PROTOCOL_IO_MEM Write; member in struct:__anon10455
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
H A D | Types.h | 146 size_t (*Write)(void *p, const void *buf, size_t size); member in struct:__anon10466
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | Types.h | 123 size_t (*Write)(void *p, const void *buf, size_t size); member in struct:__anon10245
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsFileStreams.cpp | 424 nsFileOutputStream::Write(const char *buf, PRUint32 count, PRUint32 *result) function in class:nsFileOutputStream
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcfileio.cpp | 89 PRInt32 RCFileIO::Write(const void *buf, PRSize amount) function in class:RCFileIO
|