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

1234567891011>>

/freebsd-10.0-release/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-10.0-release/contrib/ofed/management/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-10.0-release/crypto/openssh/
H A Dsandbox-systrace.c85 debug3("%s: preparing systrace sandbox", __func__);
97 debug3("%s: ready", __func__);
100 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid());
101 debug3("%s: started", __func__);
113 debug3("%s: wait for child %ld", __func__, (long)child_pid);
121 __func__, WTERMSIG(status));
124 __func__, WEXITSTATUS(status));
125 fatal("%s: child not stopped", __func__);
127 debug3("%s: child %ld stopped", __func__, (long)child_pid);
132 fatal("%s: open(\"/dev/systrace\"): %s", __func__,
[all...]
H A Dschnorr.c78 error("%s: BN_new", __func__);
93 "%s: hashblob", __func__));
96 error("%s: hash_buffer", __func__);
100 error("%s: BN_bin2bn", __func__);
104 SCHNORR_DEBUG_BN((h, "%s: h = ", __func__));
136 SCHNORR_DEBUG_BN((x, "%s: x = ", __func__));
137 SCHNORR_DEBUG_BN((g_x, "%s: g_x = ", __func__));
141 error("%s: g_x < 1", __func__);
145 error("%s: g_x > g", __func__);
151 error("%s: BN_CTX_new", __func__);
[all...]
H A Dsandbox-darwin.c51 debug3("%s: preparing Darwin sandbox", __func__);
64 debug3("%s: starting Darwin sandbox", __func__);
67 fatal("%s: sandbox_init: %s", __func__, errmsg);
76 __func__, strerror(errno));
79 __func__, strerror(errno));
82 __func__, strerror(errno));
89 debug3("%s: finished", __func__);
H A Djpake.c88 debug3("%s: alloc %p", __func__, ret);
96 debug3("%s: free %p", __func__, pctx);
152 fatal("%s: vasprintf failed", __func__);
154 debug3("%s: %s (ctx at %p)", __func__, out, pctx);
187 debug3("%s: %s done", __func__, out);
202 fatal("%s: BN_CTX_new", __func__);
217 fatal("%s: bn_rand_range_gt_one", __func__);
225 fatal("%s: BN_new", __func__);
227 fatal("%s: BN_mod_exp", __func__);
229 fatal("%s: BN_mod_exp", __func__);
[all...]
H A Dbufec.c60 fatal("%s: BN_CTX_new failed", __func__);
65 __func__, (u_long)len, BUFFER_MAX_ECPOINT_LEN);
72 error("%s: EC_POINT_point2oct length mismatch", __func__);
92 fatal("%s: buffer error", __func__);
105 error("%s: invalid point", __func__);
109 fatal("%s: BN_CTX_new failed", __func__);
111 error("%s: EC_POINT too long: %u > max %u", __func__,
116 error("%s: EC_POINT buffer is empty", __func__);
121 "0x%02x (want 0x%02x)", __func__, buf[0],
143 fatal("%s: buffer error", __func__);
[all...]
H A Dsandbox-seccomp-filter.c143 debug3("%s: preparing seccomp filter sandbox", __func__);
161 __func__, info->si_arch, info->si_syscall, info->si_call_addr);
172 debug3("%s: installing SIGSYS handler", __func__);
180 fatal("%s: sigaction(SIGSYS): %s", __func__, strerror(errno));
183 __func__, strerror(errno));
197 __func__, strerror(errno));
200 __func__, strerror(errno));
203 __func__, strerror(errno));
209 debug3("%s: setting PR_SET_NO_NEW_PRIVS", __func__);
212 __func__, strerro
[all...]
H A Dsandbox-rlimit.c53 debug3("%s: preparing rlimit sandbox", __func__);
70 __func__, strerror(errno));
74 __func__, strerror(errno));
78 __func__, strerror(errno));
86 debug3("%s: finished", __func__);
/freebsd-10.0-release/tools/regression/fifo/fifo_misc/
H A Dfifo_misc.c111 makefifo("testfifo", __func__);
113 if (openfifo("testfifo", __func__, &reader_fd, &writer_fd) < 0) {
114 warn("%s: openfifo", __func__);
121 __func__);
126 warn("%s: lseek returned instead of ESPIPE", __func__);
141 makefifo("testfifo", __func__);
144 warn("%s: truncate", __func__);
160 warn("%s:%s: ioctl(%s, %s, 1)", testname, __func__, fdname,
168 warn("%s:%s: ioctl(%s, %s, 0)", testname, __func__, fdname,
186 makefifo("testfifo", __func__);
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dport-solaris.c57 "contract: %s", __func__, strerror(errno));
62 "status: %s", __func__, strerror(errno));
67 __func__, strerror(errno));
81 error("%s: open %s: %s", __func__,
87 __func__, tmpl_fd);
92 "(pgrponly): %s", __func__, strerror(errno));
97 "fatal events: %s", __func__, strerror(errno));
102 "critical events: %s", __func__, strerror(errno));
107 "informative events: %s", __func__, strerror(errno));
114 "template: %s", __func__, strerro
[all...]
H A Dport-linux.c85 "security_getenforce() failed", __func__);
88 "context for %s", __func__, pwname);
94 __func__, pwname);
115 debug3("%s: setting execution context", __func__);
121 fatal("%s: security_getenforce() failed", __func__);
124 "context for %s", __func__, pwname);
128 "for %s (in enforcing mode)", __func__, pwname);
134 debug3("%s: done", __func__);
148 debug3("%s: setting TTY context on %s", __func__, tty);
155 error("%s: getfilecon: %s", __func__, strerro
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/mips/
H A Ddt_isadep.c44 dt_dprintf("%s: unimplemented\n", __func__);
53 dt_dprintf("%s: unimplemented\n", __func__);
63 dt_dprintf("%s: unimplemented\n", __func__);
73 dt_dprintf("%s: unimplemented\n", __func__);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c44 dt_dprintf("%s: unimplemented\n", __func__);
53 dt_dprintf("%s: unimplemented\n", __func__);
63 dt_dprintf("%s: unimplemented\n", __func__);
73 dt_dprintf("%s: unimplemented\n", __func__);
/freebsd-10.0-release/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-10.0-release/sys/boot/i386/efi/
H A Dexec.c42 printf("%s\n", __func__);
/freebsd-10.0-release/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=%d)", __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__);
104 "<%s> cm_recv()", __func__);
111 "<%s> CM_TYPE_ACK", __func__);
115 "<%s> CM_TYPE_ERR", __func__);
120 "<%s> unknown status", __func__);
H A Dcontrol_server.c110 syslog(LOG_DEBUG, "<%s> enter", __func__);
121 syslog(LOG_DEBUG, "<%s> enter", __func__);
135 syslog(LOG_DEBUG, "<%s> enter", __func__);
142 syslog(LOG_DEBUG, "<%s> len = %zu", __func__, len);
153 __func__, ifi->ifi_ifname, ifi->ifi_ifindex);
169 syslog(LOG_DEBUG, "<%s> enter", __func__);
176 syslog(LOG_ERR, "<%s> %s not found", __func__,
186 syslog(LOG_DEBUG, "<%s> len = %zu", __func__, len);
205 syslog(LOG_DEBUG, "<%s> enter", __func__);
212 syslog(LOG_ERR, "<%s> %s not found", __func__,
[all...]
/freebsd-10.0-release/contrib/openpam/t/
H A Dt_file.c61 err(1, "%s(): calloc()", __func__);
64 err(1, "%s(): strdup()", __func__);
69 err(1, "%s(): asprintf()", __func__);
72 err(1, "%s(): %s", __func__, tf->name);
74 err(1, "%s(): fdopen()", __func__);
94 err(1, "%s(): vfprintf()", __func__);
108 err(1, "%s(): rewind()", __func__);
146 warn("%s(): unlink()", __func__);
/freebsd-10.0-release/sys/fs/pseudofs/
H A Dpseudofs_internal.h76 printf("%s(): line %d: ", __func__, __LINE__); \
85 __func__, __LINE__, err); \
132 KASSERT(pn->pn_fill != NULL, ("%s(): no callback", __func__));
146 KASSERT(pn->pn_attr != NULL, ("%s(): no callback", __func__));
158 KASSERT(pn->pn_vis != NULL, ("%s(): no callback", __func__));
159 KASSERT(p != NULL, ("%s(): no process", __func__));
170 KASSERT(pn->pn_ioctl != NULL, ("%s(): no callback", __func__));
182 KASSERT(pn->pn_getextattr != NULL, ("%s(): no callback", __func__));
194 KASSERT(pn->pn_close != NULL, ("%s(): no callback", __func__));
206 KASSERT(pn->pn_destroy != NULL, ("%s(): no callback", __func__));
[all...]
/freebsd-10.0-release/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c84 printf("%s: not yet\n", __func__);
93 printf("%s: not yet\n", __func__);
141 __func__);
160 printf("%s: not yet\n", __func__);
168 printf("%s: not yet\n", __func__);
177 printf("%s: not yet\n", __func__);
186 printf("%s: not yet\n", __func__);
194 printf("%s: not yet\n", __func__);
202 printf("%s: not yet\n", __func__);
210 printf("%s: not yet\n", __func__);
[all...]
/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_misc.c75 qla_mdelay(__func__, 1);
79 __func__, addr, *val, rd);
202 qla_mdelay(__func__, 1);
209 " [%d] [%d] failed\n", __func__, (uint32_t)(addr >> 32),
229 __func__);
238 __func__, data32);
247 __func__, data32);
269 __func__, count);
277 __func__);
286 __func__);
[all...]
/freebsd-10.0-release/sys/x86/isa/
H A Delcr.c100 KASSERT(elcr_found, ("%s: no ELCR was found!", __func__));
101 KASSERT(irq <= 15, ("%s: invalid IRQ %u", __func__, irq));
117 KASSERT(elcr_found, ("%s: no ELCR was found!", __func__));
118 KASSERT(irq <= 15, ("%s: invalid IRQ %u", __func__, irq));
136 KASSERT(elcr_found, ("%s: no ELCR was found!", __func__));
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dpmap_dispatch.c97 CTR5(KTR_PMAP, "%s(%p, %#x, %#x, %d)", __func__, pmap, start, end,
106 CTR4(KTR_PMAP, "%s(%p, %#x, %u)", __func__, pmap, va, wired);
114 CTR2(KTR_PMAP, "%s(%p)", __func__, m);
123 CTR6(KTR_PMAP, "%s(%p, %p, %#x, %#x, %#x)", __func__, dst_pmap,
132 CTR3(KTR_PMAP, "%s(%p, %p)", __func__, src, dst);
141 CTR6(KTR_PMAP, "%s(%p, %#x, %p, %#x, %#x)", __func__, ma,
161 CTR6(KTR_PMAP, "%s(%p, %#x, %#x, %p, %#x)", __func__, pmap, start,
170 CTR5(KTR_PMAP, "%s(%p, %#x, %p, %#x)", __func__, pmap, va, m, prot);
178 CTR3(KTR_PMAP, "%s(%p, %#x)", __func__, pmap, va);
186 CTR4(KTR_PMAP, "%s(%p, %#x, %#x)", __func__, pma
[all...]

Completed in 184 milliseconds

1234567891011>>