Searched refs:__FUNCTION__ (Results 1 - 25 of 149) sorted by relevance

123456

/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_util.h24 __FUNCTION__)
/freebsd-9.3-release/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h51 #define ACPI_GET_FUNCTION_NAME __FUNCTION__
/freebsd-9.3-release/contrib/gcc/
H A Dstatistics.h28 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
H A Dtoplev.h40 _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__)
42 _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__)
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/include/
H A Dibdiag_common.h51 #define IBERROR(fmt, args...) iberror(__FUNCTION__, fmt, ## args)
/freebsd-9.3-release/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c218 auditd_log_err("%s: error %d", __FUNCTION__, errno);
227 auditd_log_debug("%s: SIGTERM", __FUNCTION__);
232 auditd_log_debug("%s: SIGALRM", __FUNCTION__);
241 auditd_log_debug("%s: SIGHUP", __FUNCTION__);
249 auditd_log_err("%s: read EOF", __FUNCTION__);
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c164 CTR2(KTR_IW_CXGB, "%s ep %p", __FUNCTION__, ep);
166 CTR2(KTR_IW_CXGB, "%s stopped / restarted timer ep %p", __FUNCTION__, ep);
182 CTR2(KTR_IW_CXGB, "%s ep %p", __FUNCTION__, ep);
245 CTR3(KTR_IW_CXGB, "%s - %s -> %s", __FUNCTION__, states[epc->state], states[new]);
263 CTR2(KTR_IW_CXGB, "%s alloc ep %p", __FUNCTION__, epc);
269 CTR3(KTR_IW_CXGB, "%s ep %p state %s", __FUNCTION__, epc, states[state_read(epc)]);
270 KASSERT(!epc->so, ("%s warning ep->so %p \n", __FUNCTION__, epc->so));
271 KASSERT(!epc->entry.tqe_prev, ("%s epc %p still on req list!\n", __FUNCTION__, epc));
294 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, epc, epc->so, states[epc->state]);
308 CTR4(KTR_IW_CXGB, "%s ep %p so %p state %s", __FUNCTION__, ep
[all...]
H A Diw_cxgb_dbg.c110 CTR1(KTR_IW_CXGB, "%s couldn't allocate memory.", __FUNCTION__);
116 CTR3(KTR_IW_CXGB, "%s TPT addr 0x%x len %d", __FUNCTION__, m.addr, m.len);
120 CTR2(KTR_IW_CXGB, "%s toectl returned error %d", __FUNCTION__, rc);
149 CTR1(KTR_IW_CXGB, "%s couldn't allocate memory.", __FUNCTION__);
156 __FUNCTION__, m.addr, m.len, npages);
160 CTR2(KTR_IW_CXGB, "%s toectl returned error %d", __FUNCTION__, rc);
214 CTR1(KTR_IW_CXGB, "%s couldn't allocate memory.", __FUNCTION__);
220 CTR3(KTR_IW_CXGB, "%s RQT addr 0x%x len %d", __FUNCTION__, m.addr, m.len);
224 CTR2(KTR_IW_CXGB, "%s toectl returned error %d", __FUNCTION__, rc);
250 CTR1(KTR_IW_CXGB, "%s couldn't allocate memory.", __FUNCTION__);
[all...]
H A Diw_cxgb_provider.c133 CTR2(KTR_IW_CXGB, "%s context %p", __FUNCTION__, context);
149 CTR2(KTR_IW_CXGB, "%s ibdev %p", __FUNCTION__, ibdev);
164 CTR2(KTR_IW_CXGB, "%s ib_cq %p", __FUNCTION__, ib_cq);
191 CTR3(KTR_IW_CXGB, "%s ib_dev %p entries %d", __FUNCTION__, ibdev, entries);
311 CTR2(KTR_IW_CXGB, "%s rptr 0x%x", __FUNCTION__, chp->cq.rptr);
336 CTR3(KTR_IW_CXGB, "%s ibpd %p pdid 0x%x", __FUNCTION__, pd, php->pdid);
350 CTR2(KTR_IW_CXGB, "%s ibdev %p", __FUNCTION__, ibdev);
368 CTR3(KTR_IW_CXGB, "%s pdid 0x%0x ptr 0x%p", __FUNCTION__, pdid, php);
378 CTR2(KTR_IW_CXGB, "%s ib_mr %p", __FUNCTION__, ib_mr);
394 CTR3(KTR_IW_CXGB, "%s mmid 0x%x ptr %p", __FUNCTION__, mmi
[all...]
H A Diw_cxgb_hal.c184 CTR1(KTR_IW_CXGB, "%s m_gethdr failed", __FUNCTION__);
253 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid);
264 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid);
328 CTR4(KTR_IW_CXGB, "%s qpid 0x%x doorbell 0x%p udb 0x%llx", __FUNCTION__,
387 CTR5(KTR_IW_CXGB, "%s wq %p cq %p sw_rptr 0x%x sw_wptr 0x%x", __FUNCTION__,
407 CTR3(KTR_IW_CXGB, "%s wq %p cq %p", __FUNCTION__, wq, cq);
410 CTR4(KTR_IW_CXGB, "%s rq_rptr %u rq_wptr %u skip count %u", __FUNCTION__,
426 CTR5(KTR_IW_CXGB, "%s wq %p cq %p sw_rptr 0x%x sw_wptr 0x%x", __FUNCTION__,
468 CTR3(KTR_IW_CXGB, "%s cq %p cqid 0x%x", __FUNCTION__, cq, cq->cqid);
472 __FUNCTION__, c
[all...]
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...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dhost-mingw32.c100 w32_error (__FUNCTION__, __FILE__, __LINE__, "VirtualAlloc");
133 w32_error (__FUNCTION__, __FILE__, __LINE__, "CreateFileMapping");
140 w32_error (__FUNCTION__, __FILE__, __LINE__, "MapViewOfFileEx");
/freebsd-9.3-release/contrib/ofed/management/libibcommon/include/infiniband/
H A Dcommon.h91 #define IBWARN(fmt, args...) ibwarn(__FUNCTION__, fmt, ## args)
94 #define LOG(fmt, args...) logmsg(__FUNCTION__, fmt, ## args)
97 #define IBPANIC(fmt, args...) ibpanic(__FUNCTION__, fmt, ## args)
101 ibpanic(__FUNCTION__,\
/freebsd-9.3-release/contrib/ntp/sntp/libevent/WIN32-Code/nmake/event2/
H A Devent-config.h337 #define EVENT____func__ __FUNCTION__
/freebsd-9.3-release/sys/dev/drm/
H A Dr128_irq.c74 DRM_ERROR("%s: bad crtc %d\n", __FUNCTION__, crtc);
85 DRM_ERROR("%s: bad crtc %d\n", __FUNCTION__, crtc);
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxge-debug.h39 * __FUNCTION__ is, together with __PRETTY_FUNCTION__ or something similar,
44 #if defined(__FUNCTION__)
45 #define __func__ __FUNCTION__
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h955 __cvmx_pow_warn_if_pending_switch(__FUNCTION__);
985 __cvmx_pow_warn_if_pending_switch(__FUNCTION__);
1007 __cvmx_pow_warn_if_pending_switch(__FUNCTION__);
1040 __cvmx_pow_warn_if_pending_switch(__FUNCTION__);
1064 __cvmx_pow_warn_if_pending_switch(__FUNCTION__);
1138 __cvmx_pow_warn_if_pending_switch(__FUNCTION__);
1140 cvmx_warn_if(current_tag.s.type == CVMX_POW_TAG_TYPE_NULL_NULL, "%s called with NULL_NULL tag\n", __FUNCTION__);
1141 cvmx_warn_if(current_tag.s.type == CVMX_POW_TAG_TYPE_NULL, "%s called with NULL tag\n", __FUNCTION__);
1142 cvmx_warn_if((current_tag.s.type == tag_type) && (current_tag.s.tag == tag), "%s called to perform a tag switch to the same tag\n", __FUNCTION__);
1143 cvmx_warn_if(tag_type == CVMX_POW_TAG_TYPE_NULL, "%s called to perform a tag switch to NULL. Use cvmx_pow_tag_sw_null() instead\n", __FUNCTION__);
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_debug.h41 __FUNCTION__,## __VA_ARGS__); \
/freebsd-9.3-release/sys/mips/include/
H A Dmd_var.h63 #define MIPS_DEBUG_PRINT(fmt, args...) printf("%s: " fmt "\n" , __FUNCTION__ , ## args)
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dxenvar.h41 #define TRACE_ENTER XENPRINTF("(file=%s, line=%d) entered %s\n", __FILE__, __LINE__, __FUNCTION__)
42 #define TRACE_EXIT XENPRINTF("(file=%s, line=%d) exiting %s\n", __FILE__, __LINE__, __FUNCTION__)
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenvar.h50 #define TRACE_ENTER XENPRINTF("(file=%s, line=%d) entered %s\n", __FILE__, __LINE__, __FUNCTION__)
51 #define TRACE_EXIT XENPRINTF("(file=%s, line=%d) exiting %s\n", __FILE__, __LINE__, __FUNCTION__)
/freebsd-9.3-release/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h175 __FUNCTION__, ##_args); \
181 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
189 ("%s:%d bad mask: 0x%x", __FUNCTION__, __LINE__, (_mask))); \
/freebsd-9.3-release/contrib/expat/tests/
H A Dminicheck.h23 working __FUNCTION__. This could be fixed in configure.in, but it's
26 #define __func__ __FUNCTION__
/freebsd-9.3-release/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",

Completed in 222 milliseconds

123456