Home
last modified time | relevance | path

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

12

/freebsd-13.1/tests/sys/fs/fusefs/
H A Dwrite.cc52 class Write: public FuseTest { class
258 TEST_F(Write, append) in TEST_F() argument
285 TEST_F(Write, append_to_cached) in TEST_F() argument
473 TEST_F(Write, rlimit_fsize) in TEST_F() argument
506 TEST_F(Write, eof_during_rmw) in TEST_F() argument
615 TEST_F(Write, mmap) in TEST_F() argument
664 TEST_F(Write, pwrite) in TEST_F() argument
687 TEST_F(Write, timestamps) in TEST_F() argument
717 TEST_F(Write, write) in TEST_F() argument
772 TEST_F(Write, write_nothing) in TEST_F() argument
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp103 Status File::Write(const void *buf, size_t &num_bytes) { in Write() function in File
146 Status File::Write(const void *src, size_t &num_bytes, off_t &offset) { in Write() function in File
539 Status NativeFile::Write(const void *buf, size_t &num_bytes) { in Write() function in NativeFile
661 Status NativeFile::Write(const void *buf, size_t &num_bytes, off_t &offset) { in Write() function in NativeFile
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp365 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
392 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites() local
419 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites() local
443 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
/freebsd-13.1/sys/contrib/edk2/Include/Protocol/
H A DDebugPort.h115 EFI_DEBUGPORT_WRITE Write; member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h101 size_t Write(const void *src, size_t src_len) { in Write() function
/freebsd-13.1/usr.sbin/ppp/
H A Ddescriptor.h49 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); member
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp75 SBError SBFile::Write(const uint8_t *buf, size_t num_bytes, in Write() function in SBFile
H A DSBCommunication.cpp126 size_t SBCommunication::Write(const void *src, size_t src_len, in Write() function in SBCommunication
/freebsd-13.1/stand/efi/include/
H A Defipciio.h205 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member
244 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
H A Defiser.h133 EFI_SERIAL_WRITE Write; member
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h63 WriterCallback Write; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp135 static void queryCallee(const MachineInstr &MI, bool &Read, bool &Write, in queryCallee()
168 bool &Write, bool &Effects, bool &StackPointer) { in query()
393 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local
/freebsd-13.1/sys/dev/ppbus/
H A Dppb_1284.h41 #define Write STROBE macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp145 void Write(const Module *M) { in Write() function
149 void Write(const Value *V) { in Write() function
154 void Write(const Value &V) { in Write() function
164 void Write(const Metadata *MD) { in Write() function
175 void Write(const NamedMDNode *NMD) { in Write() function
182 void Write(Type *T) { in Write() function
188 void Write(const Comdat *C) { in Write() function
194 void Write(const APInt *AI) { in Write() function
203 void Write(const Attribute *A) { in Write() function
210 void Write(const AttributeSet *AS) { in Write() function
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h43 WriteState *Write; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h104 Write = 1 << 1, // Segment is writable. enumerator
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h69 void (*Write)(void *p, Byte b); member
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp283 Status PipePosix::Write(const void *buf, size_t size, size_t &bytes_written) { in Write() function in PipePosix
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h174 Write, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp173 size_t Communication::Write(const void *src, size_t src_len, in Write() function in Communication
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h105 Write = 1 << 4, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp154 bool Write = false; in preWriteTileCfg() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h951 enum AtomicKind { Read, Write, Update, Capture }; enumerator

12