Searched refs:zlp (Results 1 – 1 of 1) sorted by relevance
82 add_pool(zpool_handle_t *zhp, zpool_list_t *zlp) in add_pool() argument89 node = avl_find(&zlp->zl_avl, new, &idx); in add_pool()91 if (zlp->zl_proplist && in add_pool()92 zpool_expand_proplist(zhp, zlp->zl_proplist, in add_pool()93 zlp->zl_type, zlp->zl_literal) != 0) { in add_pool()98 new->zn_last_refresh = zlp->zl_last_refresh; in add_pool()99 avl_insert(&zlp->zl_avl, new, idx); in add_pool()102 node->zn_last_refresh = zlp->zl_last_refresh; in add_pool()133 zpool_list_t *zlp; in pool_list_get() local135 zlp = safe_malloc(sizeof (zpool_list_t)); in pool_list_get()[all …]