Searched refs:__FUNCTION__ (Results 26 - 50 of 174) sorted by relevance

1234567

/freebsd-10-stable/contrib/gcc/
H A Dtoplev.h40 _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__)
42 _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp189 log->Printf("ProcessFreeBSD::%s (pid = %" PRIu64 ")", __FUNCTION__, GetID());
206 log->Printf("ProcessFreeBSD::%s new tid = %" PRIu64, __FUNCTION__, tid);
211 log->Printf("ProcessFreeBSD::%s existing tid = %" PRIu64, __FUNCTION__, tid);
221 log->Printf("ProcessFreeBSD::%s remove tid", __FUNCTION__);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadList.cpp91 __FUNCTION__,
158 __FUNCTION__,
180 __FUNCTION__,
212 __FUNCTION__,
H A DStopInfo.cpp192 log->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
514 log_process->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_value);
517 log->Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop);
634 __FUNCTION__, GetValue());
805 log_process->Printf ("Process::%s could not find watchpoint id: %" PRId64 "...", __FUNCTION__, m_value);
808 log->Printf ("Process::%s returning from action with m_should_stop: %d.", __FUNCTION__, m_should_stop);
H A DThreadList.cpp286 log->Printf ("ThreadList::%s: %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
336 log->Printf ("ThreadList::%s we stopped but no threads had a stop reason, overriding should_stop and stopping.", __FUNCTION__);
340 log->Printf ("ThreadList::%s overall should_stop = %i", __FUNCTION__, should_stop);
366 log->Printf ("ThreadList::%s %" PRIu64 " threads", __FUNCTION__, (uint64_t)m_threads.size());
392 __FUNCTION__,
401 log->Printf ("ThreadList::%s returning %s", __FUNCTION__, GetVoteAsCString (result));
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ev.c101 "qp state %d qpid 0x%x status 0x%x", __FUNCTION__,
108 "type %d wrid.hi 0x%x wrid.lo 0x%x \n", __FUNCTION__,
171 __FUNCTION__, qhp->wq.qpid, qhp->ep);
174 CTR2(KTR_IW_CXGB, "%s post REQ_ERR AE QPID 0x%x", __FUNCTION__,
H A Diw_cxgb_qp.c209 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__);
213 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__);
217 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__);
222 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__);
227 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__);
232 CTR2(KTR_IW_CXGB, "%s %d", __FUNCTION__, __LINE__);
418 CTR2(KTR_IW_CXGB, "%s post of type=%d TBD!", __FUNCTION__,
436 __FUNCTION__, (unsigned long long) wr->wr_id, idx,
498 "wqe %p ", __FUNCTION__, (unsigned long long) wr->wr_id,
546 CTR4(KTR_IW_CXGB, "%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p", __FUNCTION__, id
[all...]
H A Diw_cxgb_resource.c252 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid);
258 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid);
301 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, (u32)addr, size);
307 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, addr, size);
344 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, (u32)addr, size << 6);
350 CTR3(KTR_IW_CXGB, "%s addr 0x%x size %d", __FUNCTION__, addr, size << 6);
/freebsd-10-stable/contrib/expat/tests/
H A Dminicheck.h23 working __FUNCTION__. This could be fixed in configure.in, but it's
26 #define __func__ __FUNCTION__
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dparsefields.c37 warnx("memory allocation error at %d in %s in %s", __LINE__, __FUNCTION__, __FILE__);
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c375 printf("%s : core = %d Invoking app shutdown\n", __FUNCTION__, core);
383 if (dbg) printf("%s : core=%d Unplug event \n", __FUNCTION__, core);
391 __FUNCTION__, core);
398 __FUNCTION__, core);
407 __FUNCTION__, core);
417 if (dbg) printf("%s : core=%d Add cores event \n", __FUNCTION__, core);
422 __FUNCTION__, core);
H A Dcvmx-nand.c201 cvmx_dprintf("%*s%s: called\n", 2*debug_indent++, "", __FUNCTION__);
206 cvmx_dprintf("%*s%s: param %s = " format "\n", 2*debug_indent, "", __FUNCTION__, #param, param);
213 cvmx_dprintf("%*s%s: returned %s(%d)\n", 2*--debug_indent, "", __FUNCTION__, #v, r); \
221 cvmx_dprintf("%*s%s: returned\n", 2*--debug_indent, "", __FUNCTION__); \
278 __FUNCTION__, index, cvmx_le16_to_cpu(param_page[index].crc), crc);
284 cvmx_dprintf("%s: All parameter pages fail CRC check. Checking to see if any look sane.\n", __FUNCTION__);
297 cvmx_dprintf("%s: Page 0 looks sane, using even though CRC fails.\n", __FUNCTION__);
305 cvmx_dprintf("%s: WARNING: ONFI part but no valid ONFI parameter pages found.\n", __FUNCTION__);
366 cvmx_dprintf("%s: invalid ONFI timing mode: %d\n", __FUNCTION__, mode);
404 cvmx_dprintf("%s: Using default NAND parameters.\n", __FUNCTION__);
[all...]
H A Dcvmx-usbd.c127 __FUNCTION__, reason, endpoint_num, bytes_transferred, usb->callback[reason], usb->callback_data[reason]);
134 __FUNCTION__, reason, endpoint_num, bytes_transferred);
162 cvmx_dprintf("%s: Processing reset\n", __FUNCTION__);
246 cvmx_dprintf("%s: Called\n", __FUNCTION__);
475 cvmx_dprintf("%s: Called\n", __FUNCTION__);
553 __FUNCTION__, reason, func, user_data);
578 cvmx_dprintf("%s: endpoint=%d\n", __FUNCTION__, endpoint_num);
621 cvmx_dprintf("%s: endpoint=%d\n", __FUNCTION__, endpoint_num);
675 cvmx_dprintf("%s: Called\n", __FUNCTION__);
835 __FUNCTION__, endpoint_nu
[all...]
/freebsd-10-stable/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c379 MTL_ERROR1(__FUNCTION__ ": failed VAPI_post_sr (%s)\n",
411 MTL_ERROR1(__FUNCTION__
416 MTL_DEBUG4(__FUNCTION__ ": posted buf at %p\n", cur_buf);
448 MTL_DEBUG1(__FUNCTION__
455 MTL_DEBUG1(__FUNCTION__
462 MTL_DEBUG1(__FUNCTION__ ": completion error (%d) detected\n",
/freebsd-10-stable/sys/dev/oce/
H A Doce_mbox.c283 __FUNCTION__, ret,
442 __FUNCTION__, ret,
487 __FUNCTION__, ret,
569 __FUNCTION__, rc,
617 __FUNCTION__, rc,
674 __FUNCTION__, rc,
727 __FUNCTION__, rc,
829 __FUNCTION__, rc,
918 __FUNCTION__, rc,
959 __FUNCTION__, r
[all...]
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dhost-darwin.c124 fancy_abort (__FILE__, __LINE__, __FUNCTION__);
/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_offload.h122 panic("IMPLEMENT: %s:%s:%d", __FUNCTION__, __FILE__, __LINE__)
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h42 __FUNCTION__, __LINE__,## __VA_ARGS__); \
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A Dsubr.c80 warnx("%s: can't find kernel module\n", __FUNCTION__);
84 warnx("%s: kernel module version(%d) don't match library(%d).\n", __FUNCTION__, kv, NSMB_VERSION);
89 warnx("%s: can't initialise locale\n", __FUNCTION__);
/freebsd-10-stable/sys/contrib/ngatm/netnatm/api/
H A Dccpriv.h83 (CC)->funcs->log("%s (data=%p): " FMT, __FUNCTION__, \
137 (P)->cc->funcs->log("%s (port=%p/%u): " FMT, __FUNCTION__, \
324 (C)->cc->funcs->log("%s (conn=%p): " FMT, __FUNCTION__, \
390 __FUNCTION__, (P)->conn, (P) , ## ARGS); \
511 (U)->cc->funcs->log("%s (user=%p): " FMT, __FUNCTION__, \
/freebsd-10-stable/usr.sbin/pmcstudy/
H A Deval_expr.c265 __FUNCTION__, at->type);
310 __FUNCTION__,
594 printf("Illegal value in %s huh?\n", __FUNCTION__);
611 printf("Illegal2 value in %s huh?\n", __FUNCTION__);
662 printf("%s ending on type:%d not an op??\n", __FUNCTION__, op->type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
514 log->Printf ("ProcessPOSIX::%s(), message_queue size = %d", __FUNCTION__, (int)m_message_queue.size());
528 log->Printf ("ProcessPOSIX::%s(), message_queue size = %d, pid = %" PRIi64, __FUNCTION__, (int)m_message_queue.size(), tid);
533 log->Printf ("ProcessPOSIX::%s() adding thread, tid = %" PRIi64, __FUNCTION__, message.GetChildTID());
554 log->Printf ("ProcessPOSIX::%s() removing thread, tid = %" PRIi64, __FUNCTION__, tid);
827 log->Printf ("ProcessPOSIX::%s() (pid = %" PRIi64 ")", __FUNCTION__, GetID());
840 log->Printf ("ProcessPOSIX::%s() updated pid = %" PRIi64, __FUNCTION__, GetID());
/freebsd-10-stable/contrib/apr/poll/unix/
H A Dz_asio.c123 #define DBG_CORE(msg) sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \
126 #define DBG_CORE1(msg, var1) sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \
129 #define DBG_CORE2(msg, var1, var2) sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \
133 sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \
137 sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \
281 perror(__FUNCTION__ " msgget returned < 0 ");
419 perror(__FUNCTION__ " asio failure");
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dwpa_debug.h283 __FUNCTION__, __FILE__, __LINE__); \
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h27 __FUNCTION__, ## args)

Completed in 828 milliseconds

1234567