Searched defs:unset_importance_cb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c132 static int unset_importance_cb(pool_conf_t *, pool_t *, void *);
1188 * unset_importance_cb() is used to remove "_importance" props from
1195 unset_importance_cb(pool_conf_t *conf, pool_t *pool, void *unused) function
1236 return (pool_walk_pools(conf, NULL, unset_importance_cb));

Completed in 63 milliseconds