Searched refs:__func__ (Results 351 - 375 of 1796) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_inline.h70 qla_mdelay(__func__, 10);
200 QL_ASSERT(0, ("%s: invalid rds index [%d]\n", __func__, ridx));
215 qla_mdelay(__func__, 1);
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c94 __func__, NG_NODE_NAME(l2cap->node), NG_HOOK_NAME(hook),
163 __func__, NG_NODE_NAME(con->l2cap->node),
181 "%s: %s - con->refcnt < 0\n", __func__, NG_NODE_NAME(con->l2cap->node));
211 __func__, NG_NODE_NAME(con->l2cap->node),
233 __func__, NG_NODE_NAME(con->l2cap->node),
285 __func__, NG_NODE_NAME(con->l2cap->node),
462 __func__, NG_NODE_NAME(con->l2cap->node)));
492 __func__, NG_NODE_NAME(con->l2cap->node)));
512 __func__, NG_NODE_NAME(con->l2cap->node),
534 __func__, NG_NODE_NAM
[all...]
/freebsd-11-stable/sys/mips/atheros/
H A Dar91xx_chip.c133 __func__, unit);
156 printf("%s: invalid DDR flush id (%d)\n", __func__, id);
177 printf("%s%d: invalid speed %d\n", __func__, mac, speed);
/freebsd-11-stable/sys/dev/ichsmb/
H A Dichsmb.c74 do { printf("%s: " fmt, __func__ , ## args); } while (0)
178 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
207 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
229 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
252 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
276 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
300 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
323 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
351 ("%s: ich_cmd=%d\n", __func__ , sc->ich_cmd));
395 ("%s: ich_cmd=%d\n", __func__ , s
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dcanohost.c99 error("%s: getnameinfo %d failed: %s", __func__,
144 verbose("%s: gethostname: %s", __func__, strerror(errno));
189 fatal("%s: getnameinfo NI_NUMERICSERV failed: %s", __func__,
H A Daddrmatch.c385 debug2("%s: couldn't parse address %.100s", __func__, addr);
402 "match network \"%.100s\"", __func__, cp);
445 debug2("%s: couldn't parse address %.100s", __func__, addr);
453 __func__, o);
467 __func__, cp);
474 "characters", __func__, cp);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h555 __func__, __LINE__, \
565 __func__, __LINE__, \
575 __func__, __LINE__, \
585 __func__, __LINE__, \
595 __func__, __LINE__, \
605 __func__, __LINE__, \
615 __func__, __LINE__, \
625 __func__, __LINE__, \
635 __func__, __LINE__, \
645 __func__, __LINE_
[all...]
/freebsd-11-stable/sys/dev/extres/hwreset/
H A Dhwreset.c125 "%s called on not ofw based device\n", __func__);
159 "%s called on not ofw based device\n", __func__);
175 panic("%s called on not ofw based device.\n", __func__);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c148 mpr_dprint(sc, MPR_TRACE, "%s\n", __func__);
247 __func__);
337 "%s failed to transition ready\n", __func__);
361 mpr_dprint(sc, MPR_TRACE, "%s\n", __func__);
376 "with error %d\n", __func__, error);
380 __func__, error);
415 __func__, error);
433 "Facts does not match previous mode\n", __func__);
547 "queues with error %d\n", __func__, error);
552 "%d\n", __func__, erro
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c145 DPRINTF(("%s: packet too small\n", __func__));
194 DPRINTF(("%s: unsupported protocol family %u\n", __func__, af));
204 __func__, ipsec_address(&dst_address, buf, sizeof(buf)),
213 __func__, ipsec_address(&dst_address, buf, sizeof(buf)),
304 __func__, ipsec_address(&sav->sah->saidx.dst,
375 DPRINTF(("%s: failed to get tag\n", __func__));
413 __func__, prot));
431 __func__, sproto));
517 __func__, ipsec_address(&sav->sah->saidx.dst, buf,
574 DPRINTF(("%s: failed to get tag\n", __func__));
[all...]
/freebsd-11-stable/usr.sbin/autofs/
H A Dlog.c68 log_errx(1, "%s called twice", __func__);
70 log_errx(1, "%s called before log_set_peer_addr", __func__);
83 log_errx(1, "%s called twice", __func__);
/freebsd-11-stable/usr.sbin/ctld/
H A Dlog.c68 log_errx(1, "%s called twice", __func__);
70 log_errx(1, "%s called before log_set_peer_addr", __func__);
83 log_errx(1, "%s called twice", __func__);
/freebsd-11-stable/usr.sbin/iscsid/
H A Dlog.c68 log_errx(1, "%s called twice", __func__);
70 log_errx(1, "%s called before log_set_peer_addr", __func__);
83 log_errx(1, "%s called twice", __func__);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c52 __func__, dsc->dbus_interface,
272 wpa_printf(MSG_MSGDUMP, "%s: Get(%s)", __func__, property);
277 wpa_printf(MSG_MSGDUMP, "%s: Set(%s)", __func__, property);
590 __func__, path);
636 __func__, dsc->dbus_property,
641 __func__, dsc->dbus_property);
681 __func__);
708 __func__);
747 __func__, obj_desc->path);
914 __func__, pat
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_pci.c373 ocs_log_warn(ocs, "%s: Device is already attached\n", __func__);
383 device_printf(ocs->dev, "%s: failed to attach transport object\n", __func__);
386 device_printf(ocs->dev, "%s: failed to initialize transport object\n", __func__);
396 device_printf(ocs->dev, "%s: bad dma map create\n", __func__);
576 ocs_log_warn(ocs, "%s: Device is not attached\n", __func__);
584 ocs_log_err(ocs, "%s: Transport Shutdown timed out\n", __func__);
590 ocs_log_err(ocs, "%s: Transport detach failed\n", __func__);
598 device_printf(ocs->dev, "%s: bad dma map destroy\n", __func__);
674 device_printf(dev, "%s\n", __func__);
798 printf("%s: bad driver context?!?\n", __func__);
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c107 __func__, NG_NODE_NAME(unit->node), NG_HCI_HOOK_DRV);
134 __func__, NG_NODE_NAME(unit->node), error);
248 __func__, NG_NODE_NAME(unit->node),
341 __func__, NG_NODE_NAME(unit->node), unit->state);
350 "%s: %s - empty command queue?!\n", __func__, NG_NODE_NAME(unit->node));
362 "%s: %s - command queue is out of sync\n", __func__, NG_NODE_NAME(unit->node));
398 printf("%s: Netgraph node is not valid\n", __func__);
410 "%s: %s - command queue is out of sync!\n", __func__, NG_NODE_NAME(unit->node));
420 __func__, NG_NODE_NAME(unit->node), NG_HCI_OGF(opcode),
428 "%s: %s - no pending command\n", __func__, NG_NODE_NAM
[all...]
H A Dng_hci_misc.c75 __func__, NG_NODE_NAME(unit->node), error);
123 __func__, NG_NODE_NAME(unit->node),
371 "%s: %s - Duplicated command timeout!\n", __func__, NG_NODE_NAME(unit->node));
390 "%s: %s - No command timeout!\n", __func__, NG_NODE_NAME(unit->node));
411 __func__, NG_NODE_NAME(con->unit->node));
431 "%s: %s - No connection timeout!\n", __func__, NG_NODE_NAME(con->unit->node));
/freebsd-11-stable/sys/netgraph/
H A Dng_gif.c229 KASSERT(!IFP2NG(ifp), ("%s: node already exists?", __func__));
232 __func__, "create node", ifp->if_xname);
240 __func__, "allocate memory", ifp->if_xname);
251 __func__, ifp->if_xname);
446 panic("%s: weird hook", __func__);
519 panic("%s: weird hook", __func__);
/freebsd-11-stable/sys/kern/
H A Dsubr_intr.c77 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \
259 panic("%s: not implemented", __func__);
291 KASSERT(irq_root_filter != NULL, ("%s: no filter", __func__));
340 KASSERT(isrc != NULL, ("%s: no source", __func__));
805 panic("%s: not implemented", __func__);
833 ("%s: Found a non-PIC controller: %s", __func__,
889 __func__));
915 ("%s: Found a non-MSI controller: %s", __func__,
923 ("%s: Found a non-PIC controller: %s", __func__,
941 ("%s: more interrupts in resource", __func__)); local
969 ("%s: more interrupts in resource", __func__)); local
996 ("%s: more interrupts in resource", __func__)); local
1061 ("%s: more interrupts in resource", __func__)); local
1111 ("%s: more interrupts in resource", __func__)); local
1145 ("%s: more interrupts in resource", __func__)); local
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_pager.c248 KASSERT(count > 0, ("%s: 0 count", __func__));
256 ("%s: page %p is mapped", __func__, m[i]));
258 ("%s: request for a valid page %p", __func__, m[i]));
260 ("%s: page %p is dirty", __func__, m[i]));
262 ("%s: wrong object %p/%p", __func__, object, m[i]->object));
293 ("%s: mismatch page %p pindex %ju", __func__,
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_clip.c141 ("%s: CLIP entry %p p not in CLIP table.", __func__, ce)); local
143 ("%s: CLIP entry %p has refcount 0", __func__, ce));
226 ("%s: mcast address in in6_ifaddr list", __func__));
276 __func__, ip, rc);
302 __func__, ip, rc);
324 ("%s: CLIP entry %p still in use (%d)", __func__,
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c129 ("%s: txqid %d for vi %p (first %d, n %d)", __func__, txqid, vi,
134 ("%s: rxqid %d for vi %p (first %d, n %d)", __func__, rxqid, vi,
180 ("%s: attached to an inpcb", __func__));
182 ("%s: CPL pending", __func__));
261 panic("%s: inp freed.", __func__);
276 ("%s: %p has CPL pending.", __func__, toep));
278 ("%s: %p is still attached.", __func__, toep));
281 __func__, toep, tid, toep->l2te, toep->ce);
334 KASSERT(toep != NULL, ("%s: toep is NULL", __func__));
336 ("%s: not attached", __func__));
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c330 __func__);
335 tls_show_errors(MSG_WARNING, __func__,
386 wpa_printf(MSG_DEBUG, "%s - not implemented", __func__);
394 wpa_printf(MSG_DEBUG, "%s - not implemented", __func__);
423 __func__);
481 wpa_printf(MSG_DEBUG, "%s - not implemented", __func__);
681 "'%s': error=%d", __func__, store,
703 tls_show_errors(MSG_WARNING, __func__,
713 "'%s': error=%d", __func__, name + 13,
1565 tls_show_errors(MSG_INFO, __func__,
[all...]
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h152 panic("%s: vmclear(%p) error %d", __func__, vmcs, err);
166 panic("%s: vmptrld(%p) error %d", __func__, vmcs, err);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c120 HALDEBUG(ah, HAL_DEBUG_BEACON, "%s: setting beacon timers\n", __func__);
182 __func__, bs->bs_bmissthreshold);

Completed in 350 milliseconds

<<11121314151617181920>>