Home
last modified time | relevance | path

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

12

/freebsd-src/tests/sys/fs/fusefs/
H A Dread.cc51 class Read: public FuseTest { class
348 TEST_F(Read,atime) TEST_F() argument
382 TEST_F(Read,atime_cached) TEST_F() argument
418 TEST_F(Read,atime_during_close) TEST_F() argument
470 TEST_F(Read,atime_during_close_eacces) TEST_F() argument
507 TEST_F(Read,atime_during_setattr) TEST_F() argument
554 TEST_F(Read,direct_io_read_nothing) TEST_F() argument
577 TEST_F(Read,direct_io_pread) TEST_F() argument
610 TEST_F(Read,direct_io_short_read) TEST_F() argument
635 TEST_F(Read,eio) TEST_F() argument
667 TEST_F(Read,eof) TEST_F() argument
698 TEST_F(Read,eof_of_whole_buffer) TEST_F() argument
734 TEST_F(Read,keep_cache) TEST_F() argument
769 TEST_F(Read,keep_cache_disabled) TEST_F() argument
802 TEST_F(Read,mmap) TEST_F() argument
971 TEST_F(Read,mmap_eof) TEST_F() argument
1098 TEST_F(Read,o_direct) TEST_F() argument
1129 TEST_F(Read,pread) TEST_F() argument
1156 TEST_F(Read,read) TEST_F() argument
1206 TEST_F(Read,cache_block) TEST_F() argument
1241 TEST_F(Read,sendfile) TEST_F() argument
1287 TEST_F(Read,sendfile_eio) TEST_F() argument
[all...]
/freebsd-src/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-src/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
518 Status NativeFile::Read(void *buf, size_t &num_bytes) { in Read() function in NativeFile
646 Status NativeFile::Read(void *buf, size_t &num_bytes, off_t &offset) { in Read() function in NativeFile
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h29 Read = 1U << 0, enumerator
/freebsd-src/sys/contrib/edk2/Include/Protocol/
H A DDebugPort.h116 EFI_DEBUGPORT_READ Read; member
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp464 Read.OpIndex = OpIndex; in populateReads() local
452 ReadDescriptor &Read = ID.Reads[CurrentUse]; populateReads() local
483 ReadDescriptor &Read = ID.Reads[CurrentUse]; populateReads() local
[all...]
/freebsd-src/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-src/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-src/usr.sbin/ppp/
H A Ddescriptor.h46 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); member
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp201 unsigned Read; parseType() local
215 parseTypeAtBeginning(StringRef Asm,unsigned & Read,SMDiagnostic & Err,const Module & M,const SlotMapping * Slots) parseTypeAtBeginning() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp133 queryCallee(const MachineInstr & MI,bool & Read,bool & Write,bool & Effects,bool & StackPointer) queryCallee() argument
165 query(const MachineInstr & MI,bool & Read,bool & Write,bool & Effects,bool & StackPointer) query() argument
397 bool Read = false, Write = false, Effects = false, StackPointer = false; isSafeToMove() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h267 bool Read; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h103 Read = 1 << 0, // Segment is readable. enumerator
/freebsd-src/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-src/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-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h138 Read, global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h106 Read = 1 << 3, enumerator

12