Searched refs:Read (Results 1 - 25 of 133) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/ppp/
H A Ddescriptor.h48 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); member in struct:fdescriptor
54 #define descriptor_Read(d, b, f) ((*(d)->Read)(d, b, f))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { function in class:PipeBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp22 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Read),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h35 virtual Status Read(void *buf, size_t &num_bytes) = 0;
H A DConnection.h117 /// \see size_t Communication::Read (void *, size_t, uint32_t);
118 virtual size_t Read(void *dst, size_t dst_len,
153 /// Interrupts an ongoing Read() operation.
157 /// data waiting to be read and an interrupt request is issued, the Read()
159 /// interrupt request (which will remain queued for the next Read()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFile.i69 %feature("autodoc", "Read(buffer) -> SBError, bytes_read") Read;
70 SBError Read(uint8_t *buf, size_t num_bytes, size_t *OUTPUT);
H A DSBCommunication.i59 Read (void *dst,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h111 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_i386::__anon1508
116 int gpr_errs[2]; // Read/Write errors
117 int fpu_errs[2]; // Read/Write errors
118 int exc_errs[2]; // Read/Write errors
121 SetError(GPRRegSet, Read, -1);
122 SetError(FPURegSet, Read, -1);
123 SetError(EXCRegSet, Read, -1);
166 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; }
H A DRegisterContextDarwin_x86_64.h116 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_x86_64::__anon1512
121 int gpr_errs[2]; // Read/Write errors
122 int fpu_errs[2]; // Read/Write errors
123 int exc_errs[2]; // Read/Write errors
126 SetError(GPRRegSet, Read, -1);
127 SetError(FPURegSet, Read, -1);
128 SetError(EXCRegSet, Read, -1);
171 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; }
H A DRegisterContextDarwin_arm.h153 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_arm::__anon1499
159 int gpr_errs[2]; // Read/Write errors
160 int fpu_errs[2]; // Read/Write errors
161 int exc_errs[2]; // Read/Write errors
162 int dbg_errs[2]; // Read/Write errors
165 SetError(GPRRegSet, Read, -1);
166 SetError(FPURegSet, Read, -1);
167 SetError(EXCRegSet, Read, -1);
216 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; }
H A DRegisterContextDarwin_arm64.h120 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_arm64::__anon1260
126 int gpr_errs[2]; // Read/Write errors
127 int fpu_errs[2]; // Read/Write errors
128 int exc_errs[2]; // Read/Write errors
129 int dbg_errs[2]; // Read/Write errors
132 SetError(GPRRegSet, Read, -1);
133 SetError(FPURegSet, Read, -1);
134 SetError(EXCRegSet, Read, -1);
183 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp435 ReadDescriptor &Read = ID.Reads[CurrentUse];
436 Read.OpIndex = OpIndex;
437 Read.UseIndex = I;
438 Read.SchedClassID = SchedClassID;
440 LLVM_DEBUG(dbgs() << "\t\t[Use] OpIdx=" << Read.OpIndex
441 << ", UseIndex=" << Read.UseIndex << '\n');
447 ReadDescriptor &Read = ID.Reads[CurrentUse + I];
448 Read.OpIndex = ~I;
449 Read.UseIndex = NumExplicitUses + I;
450 Read
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h94 bool Read(Process *process, lldb::addr_t addr);
114 bool Read(Process *process, lldb::addr_t addr);
132 bool Read(Process *process, lldb::addr_t addr);
140 bool Read(Process *process, lldb::addr_t addr);
159 bool Read(Process *process, lldb::addr_t addr);
167 bool Read(Process *process, lldb::addr_t addr);
190 bool Read(Process *process, lldb::addr_t addr);
H A DAppleObjCClassDescriptorV2.cpp22 bool ret = objc_class->Read(process, m_objc_class_ptr);
43 bool ClassDescriptorV2::objc_class_t::Read(Process *process, function in class:ClassDescriptorV2::objc_class_t
80 bool ClassDescriptorV2::class_rw_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::class_rw_t
129 bool ClassDescriptorV2::class_ro_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::class_ro_t
203 if (!class_rw->Read(process, objc_class.m_data_ptr)) {
210 if (!class_ro->Read(process, class_rw->m_ro_ptr)) {
218 if (!class_ro->Read(process, objc_class.m_data_ptr)) {
227 bool ClassDescriptorV2::method_list_t::Read(Process *process, function in class:ClassDescriptorV2::method_list_t
252 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::method_t
281 bool ClassDescriptorV2::ivar_list_t::Read(Proces function in class:ClassDescriptorV2::ivar_list_t
305 bool ClassDescriptorV2::ivar_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::ivar_t
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h60 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
H A DSBFile.h30 SBError Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp161 unsigned Read; local
162 Type *Ty = parseTypeAtBeginning(Asm, Read, Err, M, Slots);
165 if (Read != Asm.size()) {
169 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read),
175 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, argument
183 .parseTypeAtBeginning(Ty, Read, Slots))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h141 if (Expected<word_t> Res = Read(WordBitNo))
169 // Read the next word from the stream.
189 Expected<word_t> Read(unsigned NumBits) { function in class:llvm::SimpleBitstreamCursor
233 Expected<unsigned> MaybeRead = Read(NumBits);
250 MaybeRead = Read(NumBits);
257 // Read a VBR that may have a value up to 64-bits in size. The chunk size of
260 Expected<uint64_t> MaybeRead = Read(NumBits);
277 MaybeRead = Read(NumBits);
378 using SimpleBitstreamCursor::Read;
455 Expected<unsigned> ReadCode() { return Read(CurCodeSiz
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h92 lldb::offset_t Read(const lldb_private::DataExtractor &data,
113 lldb::offset_t Read(lldb_private::DataExtractor &data,
116 bool Read(const lldb_private::DWARFDataExtractor &data,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp42 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { function in class:SBFile
43 LLDB_RECORD_DUMMY(lldb::SBError, SBFile, Read, (uint8_t *, size_t, size_t *),
50 Status status = m_opaque_sp->Read(buf, num_bytes);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h35 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); variable
36 if (Read <= 0) {
44 Completed += Read;
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DDebugPort.h122 EFI_DEBUGPORT_READ Read; member in struct:_EFI_DEBUGPORT_PROTOCOL
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h63 Status Read(void *buf, size_t size, size_t &bytes_read);
H A DFile.h73 /// Read bytes from a file from the current file position into buf.
80 /// Pass in the size of buf. Read will pass out the number
86 Status Read(void *buf, size_t &num_bytes) override;
159 /// File::Read (void *, size_t, off_t &) \see File::Write (const void *,
179 /// File::Read (void *, size_t, off_t &) \see File::Write (const void *,
199 /// File::Read (void *, size_t, off_t &) \see File::Write (const void *,
215 /// Read bytes from a file from the specified file offset.
236 virtual Status Read(void *dst, size_t &num_bytes, off_t &offset);
393 Status Read(void *buf, size_t &num_bytes) override;
403 Status Read(voi
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h103 Read = 1 << 0, // Segment is readable. member in class:llvm::pdb::PdbRaw_SrcHeaderBlockVer::OMFSegDescFlags

Completed in 342 milliseconds

123456