Home
last modified time | relevance | path

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

12

/freebsd/tests/sys/fs/fusefs/
H A Dwrite.cc50 class Write: public FuseTest { class
273 TEST_F(Write, append) in TEST_F() argument
300 TEST_F(Write, append_to_cached) in TEST_F() argument
337 TEST_F(Write, append_direct_io) in TEST_F() argument
359 TEST_F(Write, direct_io_evicts_cache) in TEST_F() argument
402 TEST_F(Write, indirect_io_short_write) in TEST_F() argument
427 TEST_F(Write, indirect_io_long_write) in TEST_F() argument
465 TEST_F(Write, indirect_io_very_long_write) in TEST_F() argument
491 TEST_F(Write, direct_io_short_write) in TEST_F() argument
517 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
H A DSocket.cpp243 Status Socket::Write(const void *buf, size_t &num_bytes) { in Write() function in Socket
/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.h115 EFI_DEBUGPORT_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
243 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
H A Defiser.h132 EFI_SERIAL_WRITE 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
H A DRegisterContextDarwin_arm.h153 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h107 Write = 1 << 4, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h157 Write, enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp338 Status PipePosix::Write(const void *buf, size_t size, size_t &bytes_written) { in Write() function in PipePosix

12