Symbol: getConf
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Component.java
155
if ((elem = PoolInternal.pool_component_to_elem(_conf.getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Component.java
91
return (PoolInternal.pool_component_info(_conf.getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
127
if (PoolInternal.pool_conf_open(getConf(), location,
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
145
PoolInternal.pool_conf_close(getConf());
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
158
return (PoolInternal.pool_conf_location(getConf()));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
168
return (PoolInternal.pool_conf_status(getConf()));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
178
if (PoolInternal.pool_conf_remove(getConf()) !=
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
192
if (PoolInternal.pool_conf_rollback(getConf()) !=
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
206
if (PoolInternal.pool_conf_commit(getConf(), active) !=
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
221
if (PoolInternal.pool_conf_export(getConf(), location, format)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
235
if (PoolInternal.pool_conf_validate(getConf(), level)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
249
return (PoolInternal.pool_conf_update(getConf()));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
263
if ((aPool = PoolInternal.pool_create(getConf(), name)) == 0) {
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
280
PoolInternal.pool_destroy(getConf(), aPool.getPool());
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
294
if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
318
if ((aPool = PoolInternal.pool_get_pool(getConf(), name)) ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
337
if ((pools = PoolInternal.pool_query_pools(getConf(), values))
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
365
if ((aResource = PoolInternal.pool_resource_create(getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
383
PoolInternal.pool_resource_destroy(getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
400
if ((res = PoolInternal.pool_get_resource(getConf(), type,
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
426
if ((res = PoolInternal.pool_get_resource(getConf(), type,
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
445
if ((resources = PoolInternal.pool_query_resources(getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
522
if ((components = PoolInternal.pool_query_components(getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
537
if (PoolInternal.pool_get_property(getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
548
if (PoolInternal.pool_get_property(getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
582
if ((components = PoolInternal.pool_query_components(getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
601
return (PoolInternal.pool_conf_info(_conf.getConf(), deep));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
663
if ((elem = PoolInternal.pool_conf_to_elem(getConf())) == 0)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.java
127
if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name,
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.java
150
if (PoolInternal.pool_put_property(_conf.getConf(), getElem(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.java
163
if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.java
294
return (walkProps(_conf.getConf(), getElem(), handler, user));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Element.java
97
if (PoolInternal.pool_get_property(_conf.getConf(), getElem(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
117
_conf.getConf(), getPool(), values)) == null) {
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
141
return (PoolInternal.pool_info(_conf.getConf(), getPool(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
203
if ((elem = PoolInternal.pool_to_elem(_conf.getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
84
if (PoolInternal.pool_associate(_conf.getConf(), getPool(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
98
if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
111
if (PoolInternal.pool_resource_xtransfer(_conf.getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
131
_conf.getConf(), getResource(), values)) == null) {
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
155
return (PoolInternal.pool_resource_info(_conf.getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
219
if ((elem = PoolInternal.pool_resource_to_elem(_conf.getConf(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
93
if (PoolInternal.pool_resource_transfer(_conf.getConf(),