Home
last modified time | relevance | path

Searched defs:Write (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/tests/sys/fs/fusefs/
H A Dwrite.cc52 class Write: public FuseTest { class
275 TEST_F(Write, append) in TEST_F() argument
302 TEST_F(Write, append_to_cached) in TEST_F() argument
339 TEST_F(Write, append_direct_io) in TEST_F() argument
361 TEST_F(Write, direct_io_evicts_cache) in TEST_F() argument
404 TEST_F(Write, indirect_io_short_write) in TEST_F() argument
429 TEST_F(Write, indirect_io_long_write) in TEST_F() argument
467 TEST_F(Write, indirect_io_very_long_write) in TEST_F() argument
493 TEST_F(Write, direct_io_short_write) in TEST_F() argument
519 TEST_F(Write, direct_io_short_write_iov) in TEST_F() argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp109 Status File::Write(const void *buf, size_t &num_bytes) { in Write() function in File
152 Status File::Write(const void *src, size_t &num_bytes, off_t &offset) { in Write() function in File
546 Status NativeFile::Write(const void *buf, size_t &num_bytes) { Write() function in NativeFile
668 Status NativeFile::Write(const void *buf, size_t &num_bytes, off_t &offset) { Write() function in NativeFile
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h30 Write = 1U << 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp346 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
373 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites() local
400 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites() local
426 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDebugPort.h114 EFI_DEBUGPORT_WRITE Write; member
H A DCpuIo2.h116 EFI_CPU_IO_PROTOCOL_IO_MEM Write; member
H A DFirmwareVolumeBlock.h341 EFI_FVB_WRITE Write; member
H A DPciIo.h197 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member
236 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
H A DDeviceIo.h80 EFI_DEVICE_IO Write; member
H A DSerialIo.h290 EFI_SERIAL_WRITE Write; member
H A DSimpleFileSystem.h539 EFI_FILE_WRITE Write; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h101 size_t Write(const void *src, size_t src_len) { Write() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp72 SBError SBFile::Write(const uint8_t *buf, size_t num_bytes, in Write() function in SBFile
H A DSBCommunication.cpp120 size_t SBCommunication::Write(const void *src, size_t src_len, in Write() function in SBCommunication
/freebsd/usr.sbin/ppp/
H A Ddescriptor.h47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); member
/freebsd/stand/efi/include/
H A Defipciio.h204 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member
242 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp98 size_t Communication::Write(const void *src, size_t src_len, in Write() function in Communication
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h66 WriterCallback Write; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp134 static void queryCallee(const MachineInstr &MI, bool &Read, bool &Write, in queryCallee()
166 static void query(const MachineInstr &MI, bool &Read, bool &Write, in query()
398 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local
/freebsd/sys/dev/ppbus/
H A Dppb_1284.h39 #define Write STROBE macro
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp161 void Write(const Module *M) { in Write() function
165 void Write(const Value *V) { in Write() function
170 void Write(const Value &V) { in Write() function
180 void Write(const DbgRecord *DR) { in Write() function
187 void Write(DbgVariableRecord::LocationType Type) { in Write() function
207 void Write(const Metadata *MD) { in Write() function
214 template <class T> void Write(const MDTupleTypedArrayWrapper<T> &MD) { in Write() function
218 void Write(const NamedMDNode *NMD) { in Write() function
225 void Write(Type *T) { in Write() function
231 void Write(const Comdat *C) { in Write() function
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h43 WriteState *Write; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h104 Write = 1 << 1, // Segment is writable. enumerator
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h69 void (*Write)(void *p, Byte b); member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h120 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator

123