Home
last modified time | relevance | path

Searched refs:PoolInternal (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java79 if (((_this = PoolInternal.pool_conf_alloc())) == 0) in Configuration()
98 PoolInternal.pool_conf_free(_this); in finalize()
129 if (PoolInternal.pool_conf_open(getConf(), location, in open()
130 perms) != PoolInternal.PO_SUCCESS) { in open()
147 PoolInternal.pool_conf_close(getConf()); in close()
160 return (PoolInternal.pool_conf_location(getConf())); in getLocation()
170 return (PoolInternal.pool_conf_status(getConf())); in status()
180 if (PoolInternal.pool_conf_remove(getConf()) != in remove()
181 PoolInternal.PO_SUCCESS) in remove()
194 if (PoolInternal.pool_conf_rollback(getConf()) != in rollback()
[all …]
H A DValue.java53 if ((_this = PoolInternal.pool_value_alloc()) == 0) in Value()
160 PoolInternal.pool_value_free(_this); in close()
192 PoolInternal.pool_value_set_name(_this, name); in setName()
202 PoolInternal.pool_value_set_int64(_this, value); in setValue()
215 PoolInternal.pool_value_set_uint64(_this, value); in setValue()
226 if (PoolInternal.pool_value_set_string(_this, value) != in setValue()
227 PoolInternal.PO_SUCCESS) in setValue()
239 PoolInternal.pool_value_set_bool(_this, (short)1); in setValue()
241 PoolInternal.pool_value_set_bool(_this, (short)0); in setValue()
251 PoolInternal.pool_value_set_double(_this, value); in setValue()
[all …]
H A DPool.java86 if (PoolInternal.pool_associate(_conf.getConf(), getPool(), in associate()
87 res.getResource()) != PoolInternal.PO_SUCCESS) in associate()
100 if (PoolInternal.pool_dissociate(_conf.getConf(), getPool(), in dissociate()
101 res.getResource()) != PoolInternal.PO_SUCCESS) in dissociate()
118 if ((resources = PoolInternal.pool_query_pool_resources( in getResources()
120 if (PoolInternal.pool_error() == in getResources()
121 PoolInternal.POE_INVALID_SEARCH) in getResources()
143 return (PoolInternal.pool_info(_conf.getConf(), getPool(), in getInformation()
205 if ((elem = PoolInternal.pool_to_elem(_conf.getConf(), in getElem()
H A DResource.java95 if (PoolInternal.pool_resource_transfer(_conf.getConf(), in transfer()
97 PoolInternal.PO_SUCCESS) in transfer()
113 if (PoolInternal.pool_resource_xtransfer(_conf.getConf(), in transfer()
115 PoolInternal.PO_SUCCESS) in transfer()
132 if ((components = PoolInternal.pool_query_resource_components( in getComponents()
134 if (PoolInternal.pool_error() == in getComponents()
135 PoolInternal.POE_INVALID_SEARCH) in getComponents()
157 return (PoolInternal.pool_resource_info(_conf.getConf(), in getInformation()
221 if ((elem = PoolInternal.pool_resource_to_elem(_conf.getConf(), in getElem()
H A DElement.java97 if (PoolInternal.pool_get_property(_conf.getConf(), getElem(), in getProperty()
98 name, value.getValue()) == PoolInternal.POC_INVAL) { in getProperty()
127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name, in getProperty()
128 value.getValue()) == PoolInternal.POC_INVAL) { in getProperty()
150 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(), in putProperty()
151 name, value.getValue()) != PoolInternal.PO_SUCCESS) in putProperty()
163 if (PoolInternal.pool_rm_property(_conf.getConf(), getElem(), in rmProperty()
164 name) != PoolInternal.PO_SUCCESS) in rmProperty()
H A DPoolsException.java643 private final int errorCode = PoolInternal.pool_error();
650 super(description(PoolInternal.pool_error())); in PoolsException()
655 StringBuffer sb = new StringBuffer(PoolInternal.pool_strerror( in description()
657 if (errorCode == PoolInternal.POE_SYSTEM) in description()
658 sb.append(": " + PoolInternal.pool_strerror_sys()); in description()
H A DComponent.java93 return (PoolInternal.pool_component_info(_conf.getConf(), in getInformation()
157 if ((elem = PoolInternal.pool_component_to_elem(_conf.getConf(), in getElem()
H A DMakefile33 SOURCE = PoolInternal.java \
H A DPoolInternal.java43 public class PoolInternal { class
46 PoolInternal.init(); in PoolInternal.init()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java658 conf = new Configuration(PoolInternal. in Poold()
659 pool_dynamic_location(), PoolInternal.PO_RDWR); in Poold()
669 conf = new Configuration(PoolInternal. in Poold()
670 pool_dynamic_location(), PoolInternal.PO_RDONLY); in Poold()
H A DSystemSolver.java464 PoolInternal.PO_RDWR); in solve()
/titanic_41/usr/src/cmd/pools/poold/libjpool/
H A DMakefile39 com.sun.solaris.service.pools.PoolInternal \
/titanic_41/
H A D.gitignore2001 usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolInternal.class