Home
last modified time | relevance | path

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

12

/freebsd-14.2/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
623 TEST_F(Write, eof_during_rmw) in TEST_F() argument
732 TEST_F(Write, mmap) in TEST_F() argument
779 TEST_F(Write, pwrite) in TEST_F() argument
802 TEST_F(Write, timestamps) in TEST_F() argument
832 TEST_F(Write, write) in TEST_F() argument
887 TEST_F(Write, write_nothing) in TEST_F() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
366 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites() local
393 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites() local
417 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h30 Write = 1U << 1, enumerator
/freebsd-14.2/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
582 Status NativeFile::Write(const void *buf, size_t &num_bytes) { in Write() function in NativeFile
706 Status NativeFile::Write(const void *buf, size_t &num_bytes, off_t &offset) { in Write() function in NativeFile
H A DSocket.cpp244 Status Socket::Write(const void *buf, size_t &num_bytes) { in Write() function in Socket
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDebugPort.h115 EFI_DEBUGPORT_WRITE Write; member
/freebsd-14.2/usr.sbin/ppp/
H A Ddescriptor.h47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); member
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h112 size_t Write(const void *src, size_t src_len) { in Write() function
/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h64 WriterCallback Write; member
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp133 static void queryCallee(const MachineInstr &MI, bool &Read, bool &Write, in queryCallee()
165 static void query(const MachineInstr &MI, bool &Read, bool &Write, in query()
397 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local
/freebsd-14.2/sys/dev/ppbus/
H A Dppb_1284.h39 #define Write STROBE macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h43 WriteState *Write; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp157 void Write(const Module *M) { in Write() function
161 void Write(const Value *V) { in Write() function
166 void Write(const Value &V) { in Write() function
176 void Write(const DPValue *V) { in Write() function
181 void Write(const Metadata *MD) { in Write() function
192 void Write(const NamedMDNode *NMD) { in Write() function
199 void Write(Type *T) { in Write() function
205 void Write(const Comdat *C) { in Write() function
211 void Write(const APInt *AI) { in Write() function
220 void Write(const Attribute *A) { in Write() function
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h104 Write = 1 << 1, // Segment is writable. enumerator
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h69 void (*Write)(void *p, Byte b); member
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h139 Write, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h107 Write = 1 << 4, enumerator
/freebsd-14.2/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