/freebsd/tests/sys/fs/fusefs/ |
H A D | write.cc | 50 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 D | File.cpp | 109 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 D | Socket.cpp | 243 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 D | MemoryFlags.h | 30 Write = 1U << 1, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 346 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 D | DebugPort.h | 115 EFI_DEBUGPORT_WRITE Write; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Stream.h | 101 size_t Write(const void *src, size_t src_len) { Write() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFile.cpp | 72 SBError SBFile::Write(const uint8_t *buf, size_t num_bytes, in Write() function in SBFile
|
H A D | SBCommunication.cpp | 120 size_t SBCommunication::Write(const void *src, size_t src_len, in Write() function in SBCommunication
|
/freebsd/usr.sbin/ppp/ |
H A D | descriptor.h | 47 int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *); member
|
/freebsd/stand/efi/include/ |
H A D | efipciio.h | 204 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member 243 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
|
H A D | efiser.h | 132 EFI_SERIAL_WRITE Write; member
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 98 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 D | InstrProfilingInternal.h | 66 WriterCallback Write; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 134 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 D | ppb_1284.h | 39 #define Write STROBE macro
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 161 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 D | RegisterFile.h | 43 WriteState *Write; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 104 Write = 1 << 1, // Segment is writable. enumerator
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd_private.h | 69 void (*Write)(void *p, Byte b); member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.h | 120 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
|
H A D | RegisterContextDarwin_arm.h | 153 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 107 Write = 1 << 4, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 157 Write, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 338 Status PipePosix::Write(const void *buf, size_t size, size_t &bytes_written) { in Write() function in PipePosix
|