Searched refs:strm (Results 201 - 217 of 217) sorted by relevance

123456789

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h542 GetDescription (lldb_private::Stream &strm,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp2296 DWARFDebugInfoEntry::DumpDIECollection (Stream &strm, DWARFDebugInfoEntry::collection &die_collection)
2300 strm.PutCString("\noffset parent sibling child\n");
2301 strm.PutCString("-------- -------- -------- --------\n");
2308 strm.Printf("%.8x: %.8x %.8x %.8x 0x%4.4x %s%s\n",
H A DSymbolFileDWARF.cpp7478 StreamString strm; local
7479 location.DumpLocationForAddress (&strm, eDescriptionLevelFull, 0, 0, NULL);
7480 GetObjectFile()->GetModule()->ReportError ("0x%8.8x: %s has an invalid location: %s", die->GetOffset(), DW_TAG_value_to_name(die->Tag()), strm.GetString().c_str());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3406 Process::ConnectRemote (Stream *strm, const char *remote_url)
3414 Error error (DoConnectRemote (strm, remote_url));
5788 Process::GetStatus (Stream &strm)
5797 strm.Printf ("Process %" PRIu64 " exited with status = %i (0x%8.8x) %s\n",
5806 strm.Printf ("Connected to remote target.\n");
5808 strm.Printf ("Process %" PRIu64 " %s\n", GetID(), StateAsCString (state));
5813 strm.Printf ("Process %" PRIu64 " is running.\n", GetID());
5818 Process::GetThreadStatus (Stream &strm,
5839 thread->GetStatus (strm,
/freebsd-10.2-release/sys/netinet/
H A Dsctp_pcb.h351 uint16_t strm; member in struct:sctp_pcbtsn_rlog
H A Dsctp_output.c6275 struct sctp_stream_out *strm; local
6293 strm = &stcb->asoc.strmout[srcv->sinfo_stream];
6353 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next);
6354 stcb->asoc.ss_functions.sctp_ss_add_to_stream(stcb, &stcb->asoc, strm, sp, 1);
7512 asoc->out_tsnlog[asoc->tsn_out_at].strm = chk->rec.data.stream_number;
12775 struct sctp_stream_out *strm; local
12788 strm = &stcb->asoc.strmout[srcv->sinfo_stream];
12789 if (strm->last_msg_incomplete == 0) {
12797 strm->last_msg_incomplete = 0;
12804 strm
[all...]
H A Dsctp_structs.h625 uint16_t strm; member in struct:sctp_tsn_log
H A Dsctp_uio.h792 uint16_t strm; member in struct:sctp_str_log
H A Dsctputil.c136 sctp_clog.x.strlog.strm = stream;
270 sctp_clog.x.strlog.strm = control->sinfo_stream;
3938 SCTP_PRINTF("TSN:%x strm:%d seq:%d flags:%x sz:%d\n",
3940 stcb->asoc.in_tsnlog[i].strm,
3948 SCTP_PRINTF("TSN:%x strm:%d seq:%d flags:%x sz:%d\n",
3950 stcb->asoc.in_tsnlog[i].strm,
3964 SCTP_PRINTF("TSN:%x strm:%d seq:%d flags:%x sz:%d\n",
3966 stcb->asoc.out_tsnlog[i].strm,
3974 SCTP_PRINTF("TSN:%x strm:%d seq:%d flags:%x sz:%d\n",
3976 stcb->asoc.out_tsnlog[i].strm,
[all...]
/freebsd-10.2-release/lib/libz/
H A Dtrees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
1138 s->strm->data_type = (n == 32) ? Z_TEXT : Z_BINARY;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp559 Stream *strm = (Stream *)baton; local
560 strm->Write(src, src_len);
561 strm->Flush();
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h237 GetStatus (Stream &strm);
H A DProcess.h1859 /// @param[in] strm
1871 ConnectRemote (Stream *strm, const char *remote_url);
2102 /// @param[in] strm
2114 DoConnectRemote (Stream *strm, const char *remote_url) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp83 lldb_private::StreamFile strm; local
84 lldb_private::Error error (strm.GetFile().Open(path, lldb_private::File::eOpenOptionWrite | lldb_private::File::eOpenOptionCanCreate));
86 ((ProcessGDBRemote *)p)->GetGDBRemote().DumpHistory (strm);
624 ProcessGDBRemote::DoConnectRemote (Stream *strm, const char *remote_url) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2102 Stream &strm = description.ref(); local
2107 target_sp->Dump (&strm, description_level);
2110 strm.PutCString ("No value");
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp585 Host::Backtrace (Stream &strm, uint32_t max_frames) argument

Completed in 291 milliseconds

123456789