HomeSort by relevance Sort by last modified time
    Searched refs:Write (Results 226 - 250 of 2248) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/
PciCfg2.h 59 EFI_PEI_PCI_CFG_PPI_IO Write;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/CpuIo/
CpuIo.h 78 EFI_CPU_IO_PROTOCOL_IO_MEM Write;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
Misc.c 119 Io write operation.
123 Width - Width of write operation
124 Address - Start IO address to write
125 Count - Write count
126 Buffer - Buffer to write to the address
141 Status = CpuIoPpi->Io.Write (
162 Status = RootBridgeIo->Io.Write (RootBridgeIo, Width, Address, Count, Buffer);
241 Pci write operation
245 Width - Width of PCI write
246 Address - PCI address to write
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
CpuIo2.h 62 The Io.Read() and Io.Write() functions enable a driver to access PCI controller
78 write operation is performed Count times on the same Address.
83 write operation is performed Count times from the first element of Buffer.
91 For write operations, the source buffer from which to write data.
112 /// Service for read and write accesses.
120 /// This service provides the various modalities of memory and I/O write.
122 EFI_CPU_IO_PROTOCOL_IO_MEM Write;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
SDController.c 279 PciIo->Mem.Write (
314 PciIo->Mem.Write (
366 PciIo->Mem.Write (
389 @param Buffer Contains the data read from / write to the device.
430 Buffer - Contains the data read from / write to the device
504 PciIo->Mem.Write (
514 PciIo->Mem.Write (
525 PciIo->Mem.Write (
550 PciIo->Mem.Write (
563 PciIo->Mem.Write (
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
NonCanonRead.c 76 (void) InBuf->Write(InBuf, &InChar, 1); // Buffer the character
  /external/bsdiff/
buffer_file.cc 24 bool BufferFile::Write(const void* buf, size_t count, size_t* bytes_written) {
memory_file.cc 23 bool MemoryFile::Write(const void* buf, size_t count, size_t* bytes_written) {
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
module.py 30 def Write(self):
31 """Write modifications to the file."""
39 f.write(string)
  /external/curl/docs/cmdline-opts/
output.d 4 Help: Write to file instead of stdout
7 Write output to <file> instead of stdout. If you are using {} or [] to fetch
  /external/flatbuffers/python/flatbuffers/
encode.py 38 def Write(packer_type, buf, head, n):
39 """ Write encodes `n` at buf[head] using `packer_type`. """
  /external/giflib/
gif_lib_private.h 48 OutputFunc Write; /* function to write gif output (MRB) */
  /external/gptfdisk/
diskio.h 71 int Write(void* buffer, int numBytes);
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawConstants.h 83 Write = 1 << 1, // Segment is writable.
  /external/lzma/CPP/Common/
C_FileIO.h 48 ssize_t Write(const void *data, size_t size);
  /external/pdfium/core/fxcrt/
cfx_fileaccess_posix.h 28 size_t Write(const void* pBuffer, size_t szBuffer) override;
cfx_fileaccess_windows.h 26 size_t Write(const void* pBuffer, size_t szBuffer) override;
ifx_fileaccess.h 29 virtual size_t Write(const void* pBuffer, size_t szBuffer) = 0;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
CpuIo.h 70 For write operations, the source buffer from which to write data.
95 EFI_CPU_IO_PROTOCOL_IO_MEM Write;
111 @param Mem.Write
117 @param Io.Write
  /external/syslinux/gpxe/src/interface/efi/
efi_io.c 15 * along with this program; if not, write to the Free Software
56 * they write. No-one should ever be able to make I/O this
100 * Write to device
102 * @v data Value to write
108 EFI_CPU_IO_PROTOCOL_IO_MEM write; local
111 write = ( IS_PORT_ADDRESS ( io_addr ) ?
112 cpu_io->Io.Write : cpu_io->Mem.Write );
114 if ( ( efirc = write ( cpu_io, efi_width ( size ),
117 DBG ( "EFI I/O write at %p failed: %s\n"
156 EFI_CPU_IO_PROTOCOL_IO_MEM write; local
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_testlib.cc 40 stream->Write(EventReply());
43 stream->Write(EventReply());
85 stream->Write(EventReply());
104 stream->Write(event_reply);
  /external/tensorflow/tensorflow/java/src/gen/cc/
source_writer.cc 33 SourceWriter& SourceWriter::Write(const string& str) {
  /external/webrtc/webrtc/base/
socketstream.h 39 StreamResult Write(const void* data,
transformadapter.h 54 StreamResult Write(const void* data,
  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 54 virtual bool Write(const char * data, size_t len) = 0;

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>