/freebsd/tests/sys/fs/fusefs/ |
H A D | read.cc | 51 class Read: public FuseTest { class 355 TEST_F(Read, atime) in TEST_F() argument 389 TEST_F(Read, atime_cached) in TEST_F() argument 425 TEST_F(Read, atime_during_close) in TEST_F() argument 477 TEST_F(Read, atime_during_close_eacces) in TEST_F() argument 514 TEST_F(Read, atime_during_setattr) in TEST_F() argument 561 TEST_F(Read, direct_io_read_nothing) in TEST_F() argument 584 TEST_F(Read, direct_io_pread) in TEST_F() argument 617 TEST_F(Read, direct_io_short_read) in TEST_F() argument 642 TEST_F(Read, eio) in TEST_F() argument [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.cpp | 46 bool ClassDescriptorV2::objc_class_t::Read(Process *process, in Read() function in ClassDescriptorV2::objc_class_t 88 bool ClassDescriptorV2::class_rw_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::class_rw_t 141 bool ClassDescriptorV2::class_ro_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::class_ro_t 239 bool ClassDescriptorV2::method_list_t::Read(Process *process, in Read() function in ClassDescriptorV2::method_list_t 269 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr, in Read() function in ClassDescriptorV2::method_t 320 bool ClassDescriptorV2::ivar_list_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::ivar_list_t 344 bool ClassDescriptorV2::ivar_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::ivar_t 375 bool ClassDescriptorV2::relative_list_entry_t::Read(Process *process, in Read() function in ClassDescriptorV2::relative_list_entry_t 401 bool ClassDescriptorV2::relative_list_list_t::Read(Process *process, in Read() function in ClassDescriptorV2::relative_list_list_t
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | PipeBase.cpp | 21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read() function in PipeBase
|
H A D | File.cpp | 106 Status File::Read(void *buf, size_t &num_bytes) { in Read() function in File 148 Status File::Read(void *dst, size_t &num_bytes, off_t &offset) { in Read() function in File 487 Status NativeFile::Read(void *buf, size_t &num_bytes) { Read() function in NativeFile 608 Status NativeFile::Read(void *buf, size_t &num_bytes, off_t &offset) { Read() function in NativeFile
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | MemoryFlags.h | 29 Read = 1U << 0, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 202 unsigned Read; in parseType() local 216 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning() 230 unsigned &Read, in parseDIExpressionBodyAtBeginning()
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DebugPort.h | 116 EFI_DEBUGPORT_READ Read; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 37 template <class T = uint64_t> T Read(char *&Buffer) { in Read() function
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 463 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() local 475 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads() local 496 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFile.cpp | 57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read() function in SBFile
|
H A D | SBCommunication.cpp | 104 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, in Read() function in SBCommunication
|
/freebsd/usr.sbin/ppp/ |
H A D | descriptor.h | 46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); member
|
/freebsd/stand/efi/include/ |
H A D | efipciio.h | 200 EFI_PCI_IO_PROTOCOL_IO_MEM Read; member 239 EFI_PCI_IO_PROTOCOL_CONFIG Read; member
|
H A D | efiser.h | 133 EFI_SERIAL_READ Read; member
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 86 size_t Communication::Read(void *dst, size_t dst_len, in Read() function in Communication
|
H A D | ThreadedCommunication.cpp | 76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read() function in ThreadedCommunication
|
/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | SimpleRemoteEPCUtils.cpp | 143 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 267 bool Read; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 103 Read = 1 << 0, // Segment is readable. enumerator
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd_private.h | 63 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | MappedHash.h |
|
/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 | 106 Read = 1 << 3, enumerator
|