Searched refs:Read (Results 76 - 100 of 133) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h171 Read, member in class:DerefKind
/freebsd-11-stable/contrib/sendmail/src/
H A Dmacro.c20 ERROR Read the comment in conf.h
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp48 // illusion requires fairly careful management of cursor state. Read and
555 // Read an actual character
563 // Read returns, immediately lock the mutex again and check if we were
567 m_input_connection.Read(&ch, 1, llvm::None, status, nullptr);
572 m_input_connection.Read(&ch, 1, llvm::None, status, nullptr);
1495 size_t read_count = m_input_connection.Read(
H A DSocket.cpp329 Status Socket::Read(void *buf, size_t &num_bytes) { function in class:Socket
345 "%p Socket::Read() (socket = %" PRIu64
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c751 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
757 if (p->Stream->Read((void *)p->Stream) != 0)
787 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream);
H A Darchive_ppmd8.c1131 p->Code = (p->Code << 8) | p->Stream.In->Read(p->Stream.In);
1150 p->Code = (p->Code << 8) | p->Stream.In->Read(p->Stream.In);
/freebsd-11-stable/usr.sbin/ppp/
H A Dprompt.c324 p->desc.Read = prompt_Read;
H A Ddatalink.c805 dl->desc.Read = datalink_Read;
885 dl->desc.Read = datalink_Read;
1339 dl->desc.Read = datalink_Read;
H A Dether.c660 p->desc.Read = ether_DescriptorRead;
H A Dnetgraph.c712 p->desc.Read = ng_DescriptorRead;
H A Dphysical.c160 p->desc.Read = physical_DescriptorRead;
597 p->desc.Read = physical_DescriptorRead;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp125 size_t MemoryCache::Read(addr_t addr, void *dst, size_t dst_len, function in class:MemoryCache
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp324 case SymbolRole::Read:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp335 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Read);
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S138 call read # Read it in
172 mov DIR_SIZE(%bx),%eax # Read file length
184 mov $MEM_READ_BUFFER,%ebx # Read into the buffer
191 call read # Read it in
339 lodsb # Read char
350 call read # Read directory block
419 mov $0x42,%ah # BIOS: Extended Read
431 mov $msg_badread,%si # Display Read error message
528 push_arg: lodsl # Read argument
580 msg_badread: .ascii "Read Erro
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1045 // Read the pid.
1050 error = m_waitpid_pipe.Read(&pid, sizeof(pid), bytes_read);
1061 // Read the status.
1063 error = m_waitpid_pipe.Read(&status, sizeof(status), bytes_read);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp139 // Read the global index.
271 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Cursor.Read(8)) {
544 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = InStream.Read(8)) {
619 // Read the given record.
632 // Read information about the AST file.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp357 if (PRI.Read) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp215 if (Expected<unsigned> R = Stream.Read(8))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp354 Status error = m_input_sp->Read((void *)buffer, bytes_read);
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S702 movl V86_CTL(%edx),%edx # Read V86 control flags
705 movl MEM_ESPR-0x3c,%eax # Read real mode flags
894 inb (%dx),%al # Read character
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S676 movl V86_CTL(%edx),%edx # Read V86 control flags
679 movl MEM_ESPR-0x3c,%eax # Read real mode flags
869 inb (%dx),%al # Read character
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1269 Status Read(void *buf, size_t &num_bytes) override {
1323 Status Read(void *buf, size_t &num_bytes) override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1401 if (Info.Read)
1457 if (Info.Read)
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh879 * Read from buffer.

Completed in 237 milliseconds

123456