Searched refs:__func__ (Results 1 - 25 of 2225) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_func.c1 /* C99 __func__ */
5 p = __func__;
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_buf.h54 KASSERT((__buf) != NULL, ("%s: buf is NULL", __func__)); \
78 KASSERT((__sgt) != NULL, ("%s: no S/G table?", __func__)); \
80 KASSERT((__buf)->paddr == 0, ("%s: paddr set?", __func__)); \
81 KASSERT((__buf)->vaddr == NULL, ("%s: vaddr set?", __func__)); \
82 KASSERT((__buf)->dmat != NULL, ("%s: no DMA tag?", __func__)); \
83 KASSERT((__buf)->dmap == NULL, ("%s: DMA map set?", __func__)); \
84 KASSERT((__buf)->seg.ds_addr == 0, ("%s: already mapped?", __func__)); \
85 KASSERT((__buf)->seg.ds_len == 0, ("%s: already mapped?", __func__)); \
86 KASSERT((__buf)->nseg == 0, ("%s: nseg > 0?", __func__)); \
87 KASSERT((__buf)->m == NULL, ("%s: mbuf set?", __func__)); \
[all...]
/freebsd-current/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_dbg.h35 fprintf(stderr, "iwmbtfw: %s: "fmt"\n", __func__, ##__VA_ARGS__)
38 fprintf(stderr, "%s: "fmt"\n", __func__, ##__VA_ARGS__);\
42 fprintf(stderr, "%s: "fmt"\n", __func__, ##__VA_ARGS__);\
/freebsd-current/crypto/openssh/
H A Dlog.h87 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__)
88 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__)
89 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__)
90 #define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
91 #define verbose(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, NULL, __VA_ARGS__)
92 #define logit(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
93 #define error(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
94 #define fatal(...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, NULL, __VA_ARGS__)
95 #define logdie(...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
96 #define sigdie(...) sshsigdie(__FILE__, __func__, __LINE_
[all...]
H A Dsandbox-darwin.c52 debug3("%s: preparing Darwin sandbox", __func__);
65 debug3("%s: starting Darwin sandbox", __func__);
68 fatal("%s: sandbox_init: %s", __func__, errmsg);
77 __func__, strerror(errno));
80 __func__, strerror(errno));
83 __func__, strerror(errno));
90 debug3("%s: finished", __func__);
H A Dsk-usbhid.c178 skdebug(__func__, "path == NULL");
182 skdebug(__func__, "calloc sk failed");
186 skdebug(__func__, "strdup path failed");
191 skdebug(__func__, "fido_dev_new failed");
197 skdebug(__func__, "fido_dev_open %s failed: %s", sk->path,
228 skdebug(__func__, "calloc skv failed");
233 skdebug(__func__, "fido_dev_info_ptr failed");
235 skdebug(__func__, "sk_open failed");
267 skdebug(__func__, "fido_dev_get_touch_begin %s failed:"
289 skdebug(__func__, "pollin
[all...]
H A Dsandbox-capsicum.c61 debug3("%s: preparing capsicum sandbox", __func__);
83 __func__, strerror(errno));
87 __func__, strerror(errno));
91 __func__, strerror(errno));
105 fatal("%s: failed to limit the network socket", __func__);
109 fatal("%s: failed to limit the logging socket", __func__);
111 fatal("%s: failed to enter capability mode", __func__);
119 debug3("%s: finished", __func__);
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c36 ath_hal_printf(ah, "%s: called\n", __func__);
46 ath_hal_printf(ah, "%s: called\n", __func__);
56 ath_hal_printf(ah, "%s: called\n", __func__);
64 ath_hal_printf(ah, "%s: called\n", __func__);
73 ath_hal_printf(ah, "%s: called\n", __func__);
81 ath_hal_printf(ah, "%s: called\n", __func__);
90 ath_hal_printf(ah, "%s: called\n", __func__);
98 ath_hal_printf(ah, "%s: called\n", __func__);
105 ath_hal_printf(ah, "%s: called\n", __func__);
112 ath_hal_printf(ah, "%s: called\n", __func__);
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/crypto/
H A Dhash.h44 pr_debug("%s: TODO\n", __func__);
51 pr_debug("%s: TODO\n", __func__);
57 pr_debug("%s: TODO\n", __func__);
64 pr_debug("%s: TODO\n", __func__);
71 pr_debug("%s: TODO\n", __func__);
78 pr_debug("%s: TODO\n", __func__);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dplatform_device.h53 pr_debug("%s: TODO\n", __func__);
61 pr_debug("%s: TODO\n", __func__);
70 pr_debug("%s: TODO\n", __func__);
78 pr_debug("%s: TODO\n", __func__);
85 pr_debug("%s: TODO\n", __func__);
93 pr_debug("%s: TODO\n", __func__);
H A Drhashtable.h50 pr_debug("%s: TODO\n", __func__);
57 pr_debug("%s: TODO\n", __func__);
65 pr_debug("%s: TODO\n", __func__);
74 pr_debug("%s: TODO\n", __func__);
83 pr_debug("%s: TODO\n", __func__);
H A Dptp_clock_kernel.h58 pr_debug("%s: TODO\n", __func__);
65 pr_debug("%s: TODO\n", __func__);
71 pr_debug("%s: TODO\n", __func__);
/freebsd-current/sys/dev/qat/qat_api/common/include/
H A Dlac_log.h30 __func__, \
41 QAT_UTILS_LOG("%s() - : UnSupported API Param - " log "\n", __func__)
43 #define LAC_LOG_ERROR(log) QAT_UTILS_LOG("%s() - : " log "\n", __func__)
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_debug_osd.h82 ("%s%s%s() [\n", __MODULE__, __MOD_DELIMITER__, __func__)
84 ("%s%s%s() ]\n", __MODULE__, __MOD_DELIMITER__, __func__)
86 ("%s%s%s(): ", __MODULE__, __MOD_DELIMITER__, __func__)
88 ("%s%s%s() !ERROR!: ", __MODULE__, __MOD_DELIMITER__, __func__)
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dtrace_zfs.h21 (__set_error(__FILE__, __func__, __LINE__, err), err)
H A Dtrace_spl.h21 (__set_error(__FILE__, __func__, __LINE__, err), err)
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dpage_pool.h57 pr_debug("%s: TODO\n", __func__);
65 pr_debug("%s: TODO\n", __func__);
73 pr_debug("%s: TODO\n", __func__);
81 pr_debug("%s: TODO\n", __func__);
89 pr_debug("%s: TODO\n", __func__);
98 pr_debug("%s: TODO\n", __func__);
105 pr_debug("%s: TODO\n", __func__);
113 pr_debug("%s: TODO\n", __func__);
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_priv.h33 __FILE__, __LINE__, __func__, ## __VA_ARGS__); \
40 __FILE__, __LINE__, __func__, ## __VA_ARGS__); \
/freebsd-current/tests/sys/fifo/
H A Dfifo_misc.c109 makefifo("testfifo", __func__);
112 warn("%s: openfifo", __func__);
119 __func__);
124 warn("%s: lseek returned instead of ESPIPE", __func__);
139 makefifo("testfifo", __func__);
142 warn("%s: truncate", __func__);
158 warn("%s:%s: ioctl(%s, %s, 1)", testname, __func__, fdname,
166 warn("%s:%s: ioctl(%s, %s, 0)", testname, __func__, fdname,
184 makefifo("testfifo", __func__);
187 warn("%s: openfifo", __func__);
[all...]
/freebsd-current/sys/compat/linux/
H A Dlinux_errno.c15 ("%s: bad error %d", __func__, error));
28 ("%s: linux_errtbl[%d] == 0", __func__, i));
33 ("%s: linux_to_bsd_errtbl[%d] == 0", __func__, i));
/freebsd-current/lib/libypclnt/
H A Dypclnt_connect.c57 ypclnt_error(ypclnt, __func__,
62 ypclnt_error(ypclnt, __func__,
70 ypclnt_error(ypclnt, __func__,
79 ypclnt_error(ypclnt, __func__,
/freebsd-current/contrib/libfido2/src/
H A Dtime.c36 fido_log_error(errno, "%s: clock_gettime", __func__);
53 fido_log_error(errno, "%s: clock_gettime", __func__);
58 fido_log_debug("%s: timespeccmp", __func__);
65 fido_log_debug("%s: timespec_to_ms", __func__);
H A Dhid_win.c53 fido_log_debug("%s: HidD_GetPreparsedData", __func__);
58 fido_log_debug("%s: HidP_GetCaps", __func__);
79 fido_log_debug("%s: HidD_GetPreparsedData/%d", __func__, dir);
84 fido_log_debug("%s: HidP_GetCaps/%d", __func__, dir);
94 fido_log_debug("%s: report_len == 0", __func__);
114 fido_log_debug("%s: HidD_GetAttributes", __func__);
134 fido_log_debug("%s: HidD_GetManufacturerString", __func__);
140 fido_log_debug("%s: WideCharToMultiByte", __func__);
145 fido_log_debug("%s: malloc", __func__);
151 fido_log_debug("%s: WideCharToMultiByte", __func__);
[all...]
/freebsd-current/usr.sbin/rtadvd/
H A Dcontrol.c68 syslog(LOG_DEBUG, "<%s> enter, fd=%d", __func__, fd);
86 __func__, strerror(errno));
94 "<%s> waiting...", __func__);
103 "<%s> received a too small message.", __func__);
108 "<%s> received a too large message.", __func__);
113 "<%s> version mismatch", __func__);
118 "<%s> invalid msg type.", __func__);
123 "<%s> ctrl msg received: type=%d", __func__,
130 "<%s> ctrl msg has payload (len=%zu)", __func__,
142 __func__, strerro
[all...]
H A Dcontrol_client.c67 syslog(LOG_DEBUG, "<%s> enter", __func__);
76 syslog(LOG_DEBUG, "<%s> msg too long", __func__);
86 syslog(LOG_DEBUG, "<%s> state = %d", __func__, state);
97 "<%s> cm_send()", __func__);
106 "<%s> cm_recv()", __func__);
113 "<%s> CM_TYPE_ACK", __func__);
117 "<%s> CM_TYPE_ERR", __func__);
122 "<%s> unknown status", __func__);

Completed in 315 milliseconds

1234567891011>>