Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_list.c91 pp->ulp_debug = 1; in uu_list_pool_create()
112 if (pp->ulp_debug) { in uu_list_pool_destroy()
137 if (pp->ulp_debug) { in uu_list_node_init()
161 if (pp->ulp_debug) { in uu_list_node_fini()
190 if (pp->ulp_debug) in uu_list_create()
207 lp->ul_debug = pp->ulp_debug || (flags & UU_LIST_DEBUG); in uu_list_create()
H A Dlibuutil_impl.h116 uint8_t ulp_debug; member