Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_iter.c79 zpool_list_t *zlp = data; in add_pool() local
86 if (zlp->zl_proplist && in add_pool()
111 zpool_list_t *zlp; in pool_list_get() local
118 if (zlp->zl_pool == NULL) in pool_list_get()
121 if ((zlp->zl_avl = uu_avl_create(zlp->zl_pool, NULL, in pool_list_get()
125 zlp->zl_proplist = proplist; in pool_list_get()
129 zlp->zl_findall = B_TRUE; in pool_list_get()
146 return (zlp); in pool_list_get()
157 if (zlp->zl_findall) in pool_list_update()
220 uu_avl_destroy(zlp->zl_avl); in pool_list_free()
[all …]