Symbol: if_printf
sys/dev/ic/ath.c
1049
if_printf(ifp, "unable to reset hardware; hal status %u\n",
sys/dev/ic/ath.c
1076
if_printf(ifp, "unable to start recv logic\n");
sys/dev/ic/ath.c
1192
if_printf(ifp, "could not restore diversity setting %d\n",
sys/dev/ic/ath.c
1228
if_printf(ifp, "%s: unable to reset hardware; hal status %u\n",
sys/dev/ic/ath.c
1235
if_printf(ifp, "%s: unable to start recv logic\n", __func__);
sys/dev/ic/ath.c
2345
if_printf(&sc->sc_if,
sys/dev/ic/ath.c
2421
if_printf(ifp, "stuck beacon; resetting (bmiss count %u)\n",
sys/dev/ic/ath.c
2666
if_printf(ifp, "unable to alloc memory for %u %s descriptors, "
sys/dev/ic/ath.c
2674
if_printf(ifp, "unable to map %u %s descriptors, error = %u\n",
sys/dev/ic/ath.c
2683
if_printf(ifp, "unable to create dmamap for %s descriptors, "
sys/dev/ic/ath.c
2691
if_printf(ifp, "unable to map %s descriptors, error %u\n",
sys/dev/ic/ath.c
2715
if_printf(ifp, "unable to create dmamap for %s "
sys/dev/ic/ath.c
295
if_printf(ifp, "unable to attach hardware; HAL status %u\n",
sys/dev/ic/ath.c
301
if_printf(ifp, "HAL ABI mismatch detected "
sys/dev/ic/ath.c
3073
if_printf(ifp, "%s: no buffer!\n", __func__);
sys/dev/ic/ath.c
3083
if_printf(ifp, "%s: no mbuf!\n", __func__);
sys/dev/ic/ath.c
334
if_printf(ifp, "Warning, using only %u of %u key cache slots\n",
sys/dev/ic/ath.c
3836
if_printf(ifp, "bogus frame type 0x%x (%s)\n",
sys/dev/ic/ath.c
384
if_printf(ifp, "failed to allocate descriptors: %d\n", error);
sys/dev/ic/ath.c
412
if_printf(ifp, "unable to setup a beacon xmit queue!\n");
sys/dev/ic/ath.c
418
if_printf(ifp, "unable to setup CAB xmit queue!\n");
sys/dev/ic/ath.c
424
if_printf(ifp, "unable to setup xmit queue for %s traffic!\n",
sys/dev/ic/ath.c
4528
if_printf(&sc->sc_if,
sys/dev/ic/ath.c
4540
if_printf(&sc->sc_if,
sys/dev/ic/ath.c
4591
if_printf(ic->ic_ifp, "%s: unable to reset "
sys/dev/ic/ath.c
4607
if_printf(&sc->sc_if,
sys/dev/ic/ath.c
4628
if_printf(&sc->sc_if,
sys/dev/ic/ath.c
4965
if_printf(ifp, "unable to collect channel list from hal; "
sys/dev/ic/ath.c
4981
if_printf(ifp, "bad hal channel %d (%u/%x) ignored\n",
sys/dev/ic/ath.c
4988
if_printf(ifp, "hal channel %d (%u/%x) "
sys/dev/ic/ath.c
5288
if_printf(ifp, "device timeout (txq %d, "
sys/dev/ic/ath.c
5488
if_printf(ifp, "mac %d.%d phy %d.%d",
sys/dev/ic/ath.c
5516
if_printf(ifp, "Use hw queue %u for %s traffic\n",
sys/dev/ic/ath.c
5519
if_printf(ifp, "Use hw queue %u for CAB traffic\n",
sys/dev/ic/ath.c
5521
if_printf(ifp, "Use hw queue %u for beacons\n", sc->sc_bhalq);
sys/dev/ic/ath.c
5524
if_printf(ifp, "using %u rx buffers\n", ath_rxbuf);
sys/dev/ic/ath.c
5526
if_printf(ifp, "using %u tx buffers\n", ath_txbuf);
sys/dev/ic/ath.c
881
if_printf(ifp, "hardware error; resetting\n");
sys/dev/ic/ath.c
900
if_printf(ifp, "rx FIFO overrun; resetting\n");
sys/dev/ic/ath.c
955
if_printf(ifp, "radar detected on channel %u/0x%x/0x%x\n",
sys/dev/pci/ixgbe/ix_txrx.c
237
if_printf(ifp,
sys/net80211/ieee80211.c
208
if_printf(ifp, "bad channel ignored; "
sys/net80211/ieee80211.c
334
if_printf(ic->ic_ifp, "invalid channel freq %u flags %x\n",
sys/net80211/ieee80211.c
338
if_printf(ic->ic_ifp, "invalid channel (NULL)\n");
sys/net80211/ieee80211.c
578
if_printf(ifp, "%s: no 802.11 instance!\n", __func__);
sys/net80211/ieee80211.c
750
if_printf(ifp, "%s: no 802.11 instance!\n", __func__);
sys/net80211/ieee80211_input.c
3252
if_printf(ic->ic_ifp, "%s", buf); /* NB: no \n */
sys/net80211/ieee80211_input.c
3267
if_printf(ic->ic_ifp, "[%s] %s\n", ether_snprintf(ebuf, sizeof(ebuf),
sys/net80211/ieee80211_input.c
416
if_printf(ic->ic_ifp, "received %s from %s rssi %d\n",
sys/net80211/ieee80211_netbsd.h
240
void if_printf(struct ifnet *, const char *, ...);
sys/net80211/ieee80211_netbsd.h
40
void if_printf(struct ifnet *, const char *, ...)
sys/net80211/ieee80211_proto.c
1112
if_printf(ifp, "associated ");
sys/net80211/ieee80211_proto.c
1114
if_printf(ifp, "synchronized ");