Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3pool/
H A DMakefile24 pool_conf_alloc.3pool \
104 pool_conf_close.3pool := LINKSRC = pool_conf_alloc.3pool
105 pool_conf_commit.3pool := LINKSRC = pool_conf_alloc.3pool
106 pool_conf_export.3pool := LINKSRC = pool_conf_alloc.3pool
107 pool_conf_free.3pool := LINKSRC = pool_conf_alloc.3pool
108 pool_conf_info.3pool := LINKSRC = pool_conf_alloc.3pool
109 pool_conf_location.3pool := LINKSRC = pool_conf_alloc.3pool
110 pool_conf_open.3pool := LINKSRC = pool_conf_alloc.3pool
111 pool_conf_remove.3pool := LINKSRC = pool_conf_alloc.3pool
113 pool_conf_status.3pool := LINKSRC = pool_conf_alloc.3pool
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m78 target=pool_conf_alloc.3pool
80 target=pool_conf_alloc.3pool
82 target=pool_conf_alloc.3pool
84 target=pool_conf_alloc.3pool
86 target=pool_conf_alloc.3pool
88 target=pool_conf_alloc.3pool
90 target=pool_conf_alloc.3pool
92 target=pool_conf_alloc.3pool
94 target=pool_conf_alloc.3pool
96 target=pool_conf_alloc.3pool
[all …]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c66 if ((conf = pool_conf_alloc()) == NULL) in sa_libpool_init()
H A Dpoolstat.c293 if ((conf = pool_conf_alloc()) == NULL) in main()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h160 extern pool_conf_t *pool_conf_alloc(void);
H A Dmapfile-vers57 pool_conf_alloc;
H A Dpool.c187 if ((conf = pool_conf_alloc()) == NULL) in pool_set_binding()
220 if ((conf = pool_conf_alloc()) == NULL) in pool_get_resource_binding()
245 if ((conf = pool_conf_alloc()) == NULL) in pool_get_binding()
1459 pool_conf_alloc(void) in pool_conf_alloc() function
H A Dpool_commit.c1252 if ((dyn = pool_conf_alloc()) == NULL) in pool_conf_commit_sys()
H A Dpool_internal.c1715 if ((dyn = pool_conf_alloc()) == NULL) in pool_validate_resource()
H A Dpool_xml.c1645 if ((dyn = pool_conf_alloc()) == NULL) in pool_xml_connection_alloc()
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c213 if ((conf = pool_conf_alloc()) == NULL) in main()
/illumos-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.java77 if (((_this = PoolInternal.pool_conf_alloc())) == 0) in Configuration()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c215 if ((conf = pool_conf_alloc()) == NULL) in pset_validate_remove()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c307 if ((conf = pool_conf_alloc()) == NULL) { in handle_sig()
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c475 if ((conf = pool_conf_alloc()) == NULL) in bind_to_pool()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y710 if ((conf = pool_conf_alloc()) == NULL) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4443 if ((pconf = pool_conf_alloc()) == NULL) in zonecfg_destroy_tmp_pool()
4534 if ((pconf = pool_conf_alloc()) == NULL) in zonecfg_bind_tmp_pool()
4607 if ((poolconf = pool_conf_alloc()) == NULL) in zonecfg_bind_pool()
4745 if ((poolconf = pool_conf_alloc()) == NULL) in get_pool_sched_class()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c445 return ((jlong)(uintptr_t)pool_conf_alloc()); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1alloc()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2179 if ((poolconf = pool_conf_alloc()) == NULL) { in verify_pool()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4153 (ctl->zsctl_pool_conf = pool_conf_alloc()) == NULL) { in zsd_open()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2226 if ((poolconf = pool_conf_alloc()) == NULL) in check_pool()