HomeSort by: relevance | last modified time | path
    Searched refs:if_printf (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net80211/
ieee80211_netbsd.h 40 void if_printf(struct ifnet *, const char *, ...)
240 void if_printf(struct ifnet *, const char *, ...);
ieee80211.c 208 if_printf(ifp, "bad channel ignored; "
334 if_printf(ic->ic_ifp, "invalid channel freq %u flags %x\n",
338 if_printf(ic->ic_ifp, "invalid channel (NULL)\n");
578 if_printf(ifp, "%s: no 802.11 instance!\n", __func__);
750 if_printf(ifp, "%s: no 802.11 instance!\n", __func__);
ieee80211_proto.c 1112 if_printf(ifp, "associated ");
1114 if_printf(ifp, "synchronized ");
ieee80211_netbsd.c 534 if_printf(struct ifnet *ifp, const char *fmt, ...) function in typeref:typename:void
ieee80211_input.c 415 if_printf(ic->ic_ifp, "received %s from %s rssi %d\n",
3247 if_printf(ic->ic_ifp, "%s", buf); /* NB: no \n */
3262 if_printf(ic->ic_ifp, "[%s] %s\n", ether_snprintf(ebuf, sizeof(ebuf),
  /src/sys/dev/ic/
ath.c 295 if_printf(ifp, "unable to attach hardware; HAL status %u\n",
301 if_printf(ifp, "HAL ABI mismatch detected "
335 if_printf(ifp, "Warning, using only %u of %u key cache slots\n",
385 if_printf(ifp, "failed to allocate descriptors: %d\n", error);
413 if_printf(ifp, "unable to setup a beacon xmit queue!\n");
419 if_printf(ifp, "unable to setup CAB xmit queue!\n");
425 if_printf(ifp, "unable to setup xmit queue for %s traffic!\n",
882 if_printf(ifp, "hardware error; resetting\n");
901 if_printf(ifp, "rx FIFO overrun; resetting\n");
956 if_printf(ifp, "radar detected on channel %u/0x%x/0x%x\n"
    [all...]
  /src/sys/dev/pci/ixgbe/
ix_txrx.c 237 if_printf(ifp,

Completed in 107 milliseconds