Home
last modified time | relevance | path

Searched refs:pool_conf_alloc (Results 1 – 20 of 20) sorted by relevance

/onnv-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c68 if ((conf = pool_conf_alloc()) == NULL) in sa_libpool_init()
H A Dpoolstat.c292 if ((conf = pool_conf_alloc()) == NULL) in main()
/onnv-gate/usr/src/lib/libpool/common/
H A Dpool.h162 extern pool_conf_t *pool_conf_alloc(void);
H A Dmapfile-vers57 pool_conf_alloc;
H A Dpool.c189 if ((conf = pool_conf_alloc()) == NULL) in pool_set_binding()
222 if ((conf = pool_conf_alloc()) == NULL) in pool_get_resource_binding()
247 if ((conf = pool_conf_alloc()) == NULL) in pool_get_binding()
1461 pool_conf_alloc(void) in pool_conf_alloc() function
H A Dpool_commit.c1254 if ((dyn = pool_conf_alloc()) == NULL) in pool_conf_commit_sys()
H A Dpool_internal.c1717 if ((dyn = pool_conf_alloc()) == NULL) in pool_validate_resource()
H A Dpool_xml.c1653 if ((dyn = pool_conf_alloc()) == NULL) in pool_xml_connection_alloc()
/onnv-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c215 if ((conf = pool_conf_alloc()) == NULL) in main()
/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java73 final static native long pool_conf_alloc(); in pool_conf_alloc() method in PoolInternal
H A DConfiguration.java79 if (((_this = PoolInternal.pool_conf_alloc())) == 0) in Configuration()
/onnv-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c215 if ((conf = pool_conf_alloc()) == NULL) in pset_validate_remove()
/onnv-gate/usr/src/cmd/pools/poold/
H A Dpoold.c319 if ((conf = pool_conf_alloc()) == NULL) { in handle_sig()
/onnv-gate/usr/src/lib/libproject/common/
H A Dsetproject.c485 if ((conf = pool_conf_alloc()) == NULL) in bind_to_pool()
/onnv-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y712 if ((conf = pool_conf_alloc()) == NULL) {
/onnv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4311 if ((pconf = pool_conf_alloc()) == NULL) in zonecfg_destroy_tmp_pool()
4402 if ((pconf = pool_conf_alloc()) == NULL) in zonecfg_bind_tmp_pool()
4475 if ((poolconf = pool_conf_alloc()) == NULL) in zonecfg_bind_pool()
4613 if ((poolconf = pool_conf_alloc()) == NULL) in get_pool_sched_class()
/onnv-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c423 return ((jlong)(uintptr_t)pool_conf_alloc()); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1alloc()
/onnv-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c1905 if ((poolconf = pool_conf_alloc()) == NULL) in check_pool()
/onnv-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2064 if ((poolconf = pool_conf_alloc()) == NULL) { in verify_pool()
/onnv-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4177 (ctl->zsctl_pool_conf = pool_conf_alloc()) == NULL) { in zsd_open()