Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c294 if (uni_get_debug(priv->uni, f) != 0) in text_status()
296 uni_get_debug(priv->uni, f)); in text_status()
364 arg->level[i] = uni_get_debug(priv->uni, i); in ng_uni_rcvmsg()
641 if (uni_get_debug(priv->uni, UNI_FAC_SAAL) > 1) in dump_saal_signal()
692 if (uni_get_debug(priv->uni, UNI_FAC_SAAL) > 0) in ng_uni_rcvlower()
714 if (uni_get_debug(priv->uni, UNI_FAC_SAAL) > 0) in uni_saal_output()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Duni.h95 u_int uni_get_debug(const struct uni *, enum uni_verb);
H A Dsig_uni.c740 uni_get_debug(const struct uni *uni, enum uni_verb fac) in uni_get_debug() function