/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 24 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 112 pool_conf_rollback.3pool := LINKSRC = pool_conf_alloc.3pool [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 76 file path=usr/share/man/man3pool/pool_conf_alloc.3pool 78 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 [all …]
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | sa_libpool.c | 66 if ((conf = pool_conf_alloc()) == NULL) in sa_libpool_init()
|
H A D | poolstat.c | 293 if ((conf = pool_conf_alloc()) == NULL) in main()
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 160 extern pool_conf_t *pool_conf_alloc(void);
|
H A D | mapfile-vers | 57 pool_conf_alloc;
|
H A D | pool.c | 187 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 D | pool_commit.c | 1252 if ((dyn = pool_conf_alloc()) == NULL) in pool_conf_commit_sys()
|
H A D | pool_internal.c | 1715 if ((dyn = pool_conf_alloc()) == NULL) in pool_validate_resource()
|
H A D | pool_xml.c | 1645 if ((dyn = pool_conf_alloc()) == NULL) in pool_xml_connection_alloc()
|
/illumos-gate/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 213 if ((conf = pool_conf_alloc()) == NULL) in main()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 73 final static native long pool_conf_alloc(); in pool_conf_alloc() method in PoolInternal
|
H A D | Configuration.java | 77 if (((_this = PoolInternal.pool_conf_alloc())) == 0) in Configuration()
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 215 if ((conf = pool_conf_alloc()) == NULL) in pset_validate_remove()
|
/illumos-gate/usr/src/cmd/pools/poold/ |
H A D | poold.c | 307 if ((conf = pool_conf_alloc()) == NULL) { in handle_sig()
|
/illumos-gate/usr/src/lib/libproject/common/ |
H A D | setproject.c | 475 if ((conf = pool_conf_alloc()) == NULL) in bind_to_pool()
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 710 if ((conf = pool_conf_alloc()) == NULL) {
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4443 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 D | jpool.c | 445 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 D | zoneadm.c | 2179 if ((poolconf = pool_conf_alloc()) == NULL) { in verify_pool()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 4153 (ctl->zsctl_pool_conf = pool_conf_alloc()) == NULL) { in zsd_open()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 2226 if ((poolconf = pool_conf_alloc()) == NULL) in check_pool()
|