Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h39 #define UBT_DEBUG(level, sc, fmt, ...) \ macro
46 #define UBT_ALERT(...) UBT_DEBUG(NG_UBT_ALERT_LEVEL, __VA_ARGS__)
47 #define UBT_ERR(...) UBT_DEBUG(NG_UBT_ERR_LEVEL, __VA_ARGS__)
48 #define UBT_WARN(...) UBT_DEBUG(NG_UBT_WARN_LEVEL, __VA_ARGS__)
49 #define UBT_INFO(...) UBT_DEBUG(NG_UBT_INFO_LEVEL, __VA_ARGS__)