Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/atm/uni/
HDng_uni.c292 if (uni_get_debug(priv->uni, f) != 0) in text_status()
294 uni_get_debug(priv->uni, f)); in text_status()
365 arg->level[i] = uni_get_debug(priv->uni, i); in ng_uni_rcvmsg()
646 if (uni_get_debug(priv->uni, UNI_FAC_SAAL) > 1) in dump_saal_signal()
697 if (uni_get_debug(priv->uni, UNI_FAC_SAAL) > 0) in ng_uni_rcvlower()
719 if (uni_get_debug(priv->uni, UNI_FAC_SAAL) > 0) in uni_saal_output()
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
HDuni.h95 u_int uni_get_debug(const struct uni *, enum uni_verb);
HDsig_uni.c740 uni_get_debug(const struct uni *uni, enum uni_verb fac) in uni_get_debug() function