Home
last modified time | relevance | path

Searched refs:pool_dynamic_location (Results 1 – 23 of 23) sorted by relevance

/titanic_50/usr/src/man/man3pool/
H A DMakefile25 pool_dynamic_location.3pool \
117 pool_get_status.3pool := LINKSRC = pool_dynamic_location.3pool
118 pool_resource_type_list.3pool := LINKSRC = pool_dynamic_location.3pool
119 pool_set_status.3pool := LINKSRC = pool_dynamic_location.3pool
120 pool_static_location.3pool := LINKSRC = pool_dynamic_location.3pool
121 pool_version.3pool := LINKSRC = pool_dynamic_location.3pool
/titanic_50/usr/src/cmd/pools/pooladm/
H A Dpooladm.c78 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in config_print()
101 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR) in config_destroy()
242 pool_dynamic_location(), PO_RDONLY) in main()
/titanic_50/usr/src/pkg/manifests/
H A Dservice-resource-pools.mf89 file path=usr/share/man/man3pool/pool_dynamic_location.3pool
143 target=pool_dynamic_location.3pool
166 target=pool_dynamic_location.3pool
174 target=pool_dynamic_location.3pool
176 target=pool_dynamic_location.3pool
209 target=pool_dynamic_location.3pool
/titanic_50/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c67 conf_loc = pool_dynamic_location(); in sa_libpool_init()
H A Dpoolstat.c293 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in main()
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c217 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in pset_validate_remove()
220 pool_dynamic_location()); in pset_validate_remove()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java659 pool_dynamic_location(), PoolInternal.PO_RDWR); in Poold()
670 pool_dynamic_location(), PoolInternal.PO_RDONLY); in Poold()
/titanic_50/usr/src/lib/libpool/common/
H A Dpool.h261 extern const char *pool_dynamic_location(void);
H A Dmapfile-vers73 pool_dynamic_location;
H A Dpool.c163 pool_dynamic_location(void) in pool_dynamic_location() function
192 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in pool_set_binding()
225 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in pool_get_resource_binding()
250 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) in pool_get_binding()
745 if ((fd = open(pool_dynamic_location(), O_RDWR | O_EXCL)) < 0) { in pool_set_status()
1545 } else if (strcmp(location, pool_dynamic_location()) == 0) { in pool_conf_open()
H A Dpool_internal.c731 if (strcmp(pool_conf_location(conf), pool_dynamic_location()) == 0) in conf_is_dynamic()
1719 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDONLY) != in pool_validate_resource()
H A Dpool_commit.c1256 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) != in pool_conf_commit_sys()
H A Dpool_xml.c1656 if (pool_conf_open(dyn, pool_dynamic_location(), in pool_xml_connection_alloc()
H A Dpool_kernel.c2138 if ((prov->pkc_fd = blocking_open(pool_dynamic_location(), in pool_knl_connection_alloc()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java149 public final static native String pool_dynamic_location(); in pool_dynamic_location() method in PoolInternal
/titanic_50/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y685 conf_file = pool_dynamic_location();
706 if (strcmp(conf_file, pool_dynamic_location()) == 0)
1108 if (strcmp(conf_file, pool_dynamic_location()) == 0) in parser_conf_discover()
1117 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) != 0) { in parser_conf_discover()
/titanic_50/usr/src/cmd/pools/poold/
H A Dpoold.c311 if (pool_conf_open(conf, pool_dynamic_location(), in handle_sig()
/titanic_50/usr/src/lib/libproject/common/
H A Dsetproject.c477 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in bind_to_pool()
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4208 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in verify_del_tmp_pool()
4286 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in zonecfg_destroy_tmp_pool()
4448 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != in zonecfg_bind_pool()
4586 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != in get_pool_sched_class()
/titanic_50/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1475 result = pool_dynamic_location(); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1dynamic_1location()
/titanic_50/usr/src/cmd/zoneadm/
H A Dzoneadm.c2175 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) != in verify_pool()
/titanic_50/usr/src/lib/libdladm/common/
H A Dlinkprop.c2046 if (pool_conf_open(poolconf, pool_dynamic_location(), PO_RDONLY) in check_pool()
/titanic_50/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1909 pool_dynamic_location(), PO_RDONLY) == 0) { in zsd_refresh_psets()