Home
last modified time | relevance | path

Searched refs:NG_H4_ALERT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c382 NG_H4_ALERT("%s: %s - input buffer overflow, c=%#x, got=%d\n", in ng_h4_input()
496 NG_H4_ALERT("%s: %s - packet too big for " \ in ng_h4_input()
502 NG_H4_ALERT("Packet header:\n"); in ng_h4_input()
504 NG_H4_ALERT("%#x ", sc->ibuf[b]); in ng_h4_input()
505 NG_H4_ALERT("\n"); in ng_h4_input()
H A Dng_h4_var.h59 #define NG_H4_ALERT if (sc->debug >= NG_H4_ALERT_LEVEL) printf macro