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

/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil.h257 #define UU_LIST_SORTED 0x00000002 /* list is sorted */ macro
H A Duu_list.c184 if (flags & ~(UU_LIST_DEBUG | UU_LIST_SORTED)) {
189 if ((flags & UU_LIST_SORTED) && pp->ulp_cmp == NULL) {
192 "UU_LIST_SORTED, but pool has no comparison func\n",
208 lp->ul_sorted = (flags & UU_LIST_SORTED);
614 "UU_LIST_SORTED\n", (void *)lp);
640 "UU_LIST_SORTED\n", (void *)lp);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c583 clp->cl_sorted ? UU_LIST_SORTED : 0);

Completed in 27 milliseconds