Searched defs:poolconf (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/zoneadm/ |
| H A D | zoneadm.c | 2136 pool_conf_t *poolconf; local 2170 if ((poolconf = pool_conf_alloc()) == NULL) { 2175 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != 2179 pool_conf_free(poolconf); 2182 pool = pool_get_pool(poolconf, poolname); 2183 (void) pool_conf_close(poolconf); 2184 pool_conf_free(poolconf);
|
| /illumos-gate/usr/src/lib/libdladm/common/ |
| H A D | linkprop.c | 1967 pool_conf_t *poolconf; local 1993 if ((poolconf = pool_conf_alloc()) == NULL) 1996 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) 1998 pool_conf_free(poolconf); 2003 if ((pool = pool_get_pool(poolconf, *prop_val)) == NULL) { 2004 pool_conf_free(poolconf); 2008 pool_conf_free(poolconf);
|
| /illumos-gate/usr/src/lib/libzonecfg/common/ |
| H A D | libzonecfg.c | 4571 pool_conf_t *poolconf; local 4605 if ((poolconf = pool_conf_alloc()) == NULL) 4608 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != 4610 pool_conf_free(poolconf); 4613 pool = pool_get_pool(poolconf, poolname); 4614 (void) pool_conf_close(poolconf); 4615 pool_conf_free(poolconf); 4734 pool_conf_t *poolconf; local 4743 if ((poolconf = pool_conf_alloc()) == NULL) 4746 if (pool_conf_open(poolconf, pool_dynamic_locatio [all...] |
Completed in 345 milliseconds