Home
last modified time | relevance | path

Searched refs:NG_UBT_WARN_LEVEL (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_ubt.h53 #define NG_UBT_WARN_LEVEL 3 macro
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h49 #define UBT_WARN(...) UBT_DEBUG(NG_UBT_WARN_LEVEL, __VA_ARGS__)
H A Dng_ubt.c633 sc->sc_debug = NG_UBT_WARN_LEVEL; in ubt_attach()