Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libuutil/common/
Duu_avl.c95 pp->uap_debug = 1; in uu_avl_pool_create()
116 if (pp->uap_debug) { in uu_avl_pool_destroy()
142 if (pp->uap_debug) { in uu_avl_node_init()
167 if (pp->uap_debug) { in uu_avl_node_fini()
228 ap->ua_debug = pp->uap_debug || (flags & UU_AVL_DEBUG); in uu_avl_create()
Dlibuutil_impl.h162 uint8_t uap_debug; member