Home
last modified time | relevance | path

Searched refs:_conf (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java55 _conf = conf; in Pool()
72 return (_conf.checkPool(name)); in getPool()
84 if (PoolInternal.pool_associate(_conf.getConf(), getPool(), in associate()
98 if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(), in dissociate()
117 _conf.getConf(), getPool(), values)) == null) { in getResources()
126 aList.add(new Resource(_conf, in getResources()
141 return (PoolInternal.pool_info(_conf.getConf(), getPool(), in getInformation()
203 if ((elem = PoolInternal.pool_to_elem(_conf.getConf(), in getElem()
H A DResource.java59 _conf = conf; in Resource()
79 return (_conf.checkResource(type, name)); in getResource()
93 if (PoolInternal.pool_resource_transfer(_conf.getConf(), in transfer()
111 if (PoolInternal.pool_resource_xtransfer(_conf.getConf(), in transfer()
131 _conf.getConf(), getResource(), values)) == null) { in getComponents()
140 aList.add(new Component(_conf, in getComponents()
155 return (PoolInternal.pool_resource_info(_conf.getConf(), in getInformation()
219 if ((elem = PoolInternal.pool_resource_to_elem(_conf.getConf(), in getElem()
H A DElement.java44 protected Configuration _conf; field in Element
97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(), in getProperty()
127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name, in getProperty()
150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(), in putProperty()
163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(), in rmProperty()
294 return (walkProps(_conf.getConf(), getElem(), handler, user)); in walkProperties()
H A DComponent.java60 _conf = conf; in Component()
78 return (_conf.checkComponent(type, sys_id)); in getComponent()
91 return (PoolInternal.pool_component_info(_conf.getConf(), in getInformation()
155 if ((elem = PoolInternal.pool_component_to_elem(_conf.getConf(), in getElem()
H A DConfiguration.java79 _conf = this; in Configuration()
601 return (PoolInternal.pool_conf_info(_conf.getConf(), deep)); in getInformation()