Searched refs:poolconf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5375 pool_conf_t *poolconf; local
5409 if ((poolconf = pool_conf_alloc()) == NULL)
5412 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) !=
5414 pool_conf_free(poolconf);
5417 pool = pool_get_pool(poolconf, poolname);
5418 (void) pool_conf_close(poolconf);
5419 pool_conf_free(poolconf);
5538 pool_conf_t *poolconf; local
5547 if ((poolconf = pool_conf_alloc()) == NULL)
5550 if (pool_conf_open(poolconf, pool_dynamic_locatio
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c2610 pool_conf_t *poolconf; local
2631 if ((poolconf = pool_conf_alloc()) == NULL)
2634 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY)
2636 pool_conf_free(poolconf);
2641 if (pool_get_pool(poolconf, *prop_val) == NULL) {
2642 (void) pool_conf_close(poolconf);
2643 pool_conf_free(poolconf);
2647 (void) pool_conf_close(poolconf);
2648 pool_conf_free(poolconf);

Completed in 55 milliseconds