HomeSort by: relevance | last modified time | path
    Searched defs:robust (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libuutil/common/
uu_avl.c 313 int robust = (flags & UU_WALK_ROBUST); local
318 wp->uaw_robust = robust;
326 if (ap->ua_debug || robust) {
436 * Robust walkers most be advanced, if we are removing the node
437 * they are currently using. In debug mode, non-robust walkers
446 uu_panic("uu_avl_remove(%p, %p): active non-robust "
uu_list.c 401 int robust = (flags & UU_WALK_ROBUST); local
406 wp->ulw_robust = robust;
413 if (lp->ul_debug || robust) {
501 int robust = (flags & UU_WALK_ROBUST); local
509 if (lp->ul_debug || robust) {
556 * robust walkers must be advanced. In debug mode, non-robust
565 uu_panic("uu_list_remove(%p, %p): active non-robust "

Completed in 22 milliseconds