Searched refs:zlp (Results 1 – 1 of 1) sorted by relevance
72 add_pool(zpool_handle_t *zhp, zpool_list_t *zlp) in add_pool() argument79 node = avl_find(&zlp->zl_avl, new, &idx); in add_pool()81 if (zlp->zl_proplist && in add_pool()82 zpool_expand_proplist(zhp, zlp->zl_proplist, in add_pool()83 zlp->zl_type, zlp->zl_literal) != 0) { in add_pool()88 new->zn_last_refresh = zlp->zl_last_refresh; in add_pool()89 avl_insert(&zlp->zl_avl, new, idx); in add_pool()92 node->zn_last_refresh = zlp->zl_last_refresh; in add_pool()123 zpool_list_t *zlp; in pool_list_get() local125 zlp = safe_malloc(sizeof (zpool_list_t)); in pool_list_get()[all …]