Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/include/
HDng_ubt.h51 #define NG_UBT_WARN_LEVEL 3 macro
/NextBSD/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt_var.h47 #define UBT_WARN(...) UBT_DEBUG(NG_UBT_WARN_LEVEL, __VA_ARGS__)
HDng_ubt.c550 sc->sc_debug = NG_UBT_WARN_LEVEL; in ubt_attach()