Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
Duu_list.c184 if (flags & ~(UU_LIST_DEBUG | UU_LIST_SORTED)) { in uu_list_create()
189 if ((flags & UU_LIST_SORTED) && pp->ulp_cmp == NULL) { in uu_list_create()
208 lp->ul_sorted = (flags & UU_LIST_SORTED); in uu_list_create()
Dlibuutil.h257 #define UU_LIST_SORTED 0x00000002 /* list is sorted */ macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_changelist.c587 clp->cl_sorted ? UU_LIST_SORTED : 0); in changelist_gather()