Searched defs:Write (Results 26 - 50 of 69) sorted by relevance

123

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetio.cpp167 PRInt32 RCNetStreamIO::Write(const void *buf, PRSize amount) function in class:RCNetStreamIO
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs199 public override void Write(byte[] buffer, int offset, int count) method in class:DotZLib.GZipStream
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c289 @param[in] Write TRUE if SetVariable() was called
300 IN BOOLEAN Write,
338 if (Write) {
295 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciRootBridgeIo.h195 /// Write PCI controller registers in the PCI root bridge memory space.
197 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Write; member in struct:__anon12259
H A DPciIo.h201 /// Write PCI controller registers in the PCI memory or I/O space.
203 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member in struct:__anon12253
240 /// Write PCI controller registers in PCI configuration space.
242 EFI_PCI_IO_PROTOCOL_CONFIG Write; member in struct:__anon12254
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c125 The Mem.Read(), and Mem.Write() functions enable a driver to access PCI controller
158 The Mem.Read(), and Mem.Write() functions enable a driver to access PCI controller
280 The Pci.Read() and Pci.Write() functions enable a driver to access PCI configuration
313 The Pci.Read() and Pci.Write() functions enable a driver to access PCI configuration
693 Protocol->Mem.Write = RootBridgeIoMemWrite;
696 Protocol->Io.Write = RootBridgeIoIoWrite;
701 Protocol->Pci.Write = RootBridgeIoPciWrite;
871 @param[in] Write Switch value for Read or Write.
888 IN BOOLEAN Write,
886 RootBridgeIoMemRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
978 RootBridgeIoIoRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
1096 RootBridgeIoPciRW( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, IN BOOLEAN Write, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_WIDTH Width, IN UINT64 Address, IN UINTN Count, IN OUT VOID *Buffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DStrGather.py262 ArrayItem = Write(ArrayItem, Line.rstrip())
409 StrStringValue = Write(StrStringValue, CreateCFileStringValue(Value))
439 Str = Write(Str, StrStringValue)
479 AllStr = Write(AllStr, Str)
490 Str = Write('', '};')
617 # Write an item
619 def Write(Target, Item): function
623 # Write an item with a break line
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserUnitTest.py380 def Write(self, Content): member in class:TmpFile
400 self.File.Write(
446 self.File.Write(
503 File.Write(
517 File.Write(
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c328 @param[in] Write TRUE if SetVariable() was called
339 IN BOOLEAN Write,
377 if (Write) {
334 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciRootBridgeIo.h182 /// Write PCI controller registers in the PCI root bridge memory space.
184 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Write; member in struct:__anon15663
H A DPciIo.h203 /// Write PCI controller registers in the PCI memory or I/O space.
205 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member in struct:__anon15658
242 /// Write PCI controller registers in PCI configuration space.
244 EFI_PCI_IO_PROTOCOL_CONFIG Write; member in struct:__anon15659
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.cpp174 nsStorageStream::Write(const char *aBuffer, PRUint32 aCount, PRUint32 *aNumWritten) function in class:nsStorageStream
184 ("nsStorageStream [%x] Write mWriteCursor=%x mSegmentEnd=%x aCount=%d\n",
202 ("nsStorageStream [%x] Write (new seg) mWriteCursor=%x mSegmentEnd=%x\n",
H A DnsBinaryStream.cpp70 nsBinaryOutputStream::Write(const char *aBuf, PRUint32 aCount, PRUint32 *aActualBytes) function in class:nsBinaryOutputStream
72 return mOutputStream->Write(aBuf, aCount, aActualBytes);
101 rv = mOutputStream->Write(aBuf, aCount, &bytesWritten);
150 rv = Write(NS_REINTERPRET_CAST(char*, &a64), sizeof a64, &bytesWritten);
235 rv = Write(aString, aLength, &bytesWritten);
524 // if the last Write had an odd-number of bytes read, then
H A DnsPipe3.cpp1138 nsPipeOutputStream::Write(const char* fromBuf, function in class:nsPipeOutputStream
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp121 PRBool xptiManifest::Write(xptiInterfaceInfoManager* aMgr, function in class:xptiManifest
/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h125 Write enumerator in enum:Appliance::TaskOVF::TaskType
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.cpp150 nsHashKey::Write(nsIObjectOutputStream* aStream) const function in class:nsHashKey
423 nsresult rv = aKey->Write(stream);
432 nsHashtable::Write(nsIObjectOutputStream* aStream, function in class:nsHashtable
441 // Write the entry count first, so we know how many key/value pairs to read.
446 // Write all key/value pairs in the table.
465 nsISupportsKey::Write(nsIObjectOutputStream* aStream) const function in class:nsISupportsKey
479 nsresult nsIDKey::Write(nsIObjectOutputStream* aStream) const function in class:nsIDKey
606 nsCStringKey::Write(nsIObjectOutputStream* aStream) const function in class:nsCStringKey
728 nsStringKey::Write(nsIObjectOutputStream* aStream) const function in class:nsStringKey
H A DnsSupportsArray.cpp268 nsSupportsArray::Write(nsIObjectOutputStream *aStream) function in class:nsSupportsArray
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.cpp86 NS_IMETHOD Write(const char* aBuf, PRUint32 aCount, PRUint32 *aWriteCount);
397 NS_IMETHODIMP FileImpl::Write(const char* aBuf, PRUint32 aCount, PRUint32 *aWriteCount) function in class:FileImpl
H A DnsFileSpecImpl.cpp561 rv = Write(inString, PL_strlen(inString), &count);
675 NS_IMETHODIMP nsFileSpecImpl::Write(const char * data, PRInt32 requestedCount, PRInt32 *_retval) function in class:nsFileSpecImpl
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c47 @param[in] Write TRUE if SetVariable() was called.
58 IN BOOLEAN Write,
94 if (Write) {
260 Status = Fvb->Write (
270 Status = Fvb->Write (
1603 // 1. Write variable header
1605 // 3. Write variable data
2588 // Ensure this FVB protocol supported Write operation.
53 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c111 @param[in] Write TRUE - Write variable store.
128 IN BOOLEAN Write,
169 if (Write) {
226 if (Write) {
259 if (Write) {
701 @param[in] Write TRUE if SetVariable() was called.
712 IN BOOLEAN Write,
756 if (Write) {
1280 // Write ValidBuffe
127 AccessVariableStore( IN BOOLEAN Write, IN VARIABLE_GLOBAL *Global, IN BOOLEAN Volatile, IN UINTN Instance, IN EFI_PHYSICAL_ADDRESS StartAddress, IN UINT32 DataSize, IN OUT VOID *Buffer ) argument
707 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c47 @param[in] Write TRUE if SetVariable() was called.
58 IN BOOLEAN Write,
94 if (Write) {
262 Status = Fvb->Write (
272 Status = Fvb->Write (
1727 // 1. Write variable header
1729 // 3. Write variable data
2750 // Ensure this FVB protocol supported Write operation.
53 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c140 File style interface for StdOut (Write).
167 File style interface for StdIn (Write).
187 File style interface for console StdErr (Write).
270 File style interface for NUL file (Write).
927 EFI_FILE_WRITE Write; member in struct:__anon12744
998 File style interface for Volatile Environment Variable (Write).
1045 File style interface for Non Volatile Environment Variable (Write).
1136 EnvFileInterface->Write = FileInterfaceEnvVolWrite;
1138 EnvFileInterface->Write = FileInterfaceEnvNonVolWrite;
1268 EFI_FILE_WRITE Write; member in struct:__anon12745
1472 EFI_FILE_WRITE Write; member in struct:__anon12746
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp539 rv = Write(inString, PL_strlen(inString), &count);
653 NS_IMETHODIMP nsFileSpecImpl::Write(const char * data, PRInt32 requestedCount, PRInt32 *_retval) function in class:nsFileSpecImpl

Completed in 604 milliseconds

123