Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/tests/sys/fs/fusefs/
H A Dread.cc51 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 DAppleObjCClassDescriptorV2.cpp46 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 DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read() function in PipeBase
H A DFile.cpp106 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 DMemoryFlags.h29 Read = 1U << 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp202 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 DDebugPort.h116 EFI_DEBUGPORT_READ Read; member
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp37 template <class T = uint64_t> T Read(char *&Buffer) { in Read() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp463 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 DSBFile.cpp57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read() function in SBFile
H A DSBCommunication.cpp104 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 Ddescriptor.h46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); member
/freebsd/stand/efi/include/
H A Defipciio.h200 EFI_PCI_IO_PROTOCOL_IO_MEM Read; member
239 EFI_PCI_IO_PROTOCOL_CONFIG Read; member
H A Defiser.h133 EFI_SERIAL_READ Read; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp86 size_t Communication::Read(void *dst, size_t dst_len, in Read() function in Communication
H A DThreadedCommunication.cpp76 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 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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp143 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h267 bool Read; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h103 Read = 1 << 0, // Segment is readable. enumerator
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h63 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 DMappedHash.h
/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.h106 Read = 1 << 3, enumerator

12