Searched refs:PoolInternal (Results 1 - 12 of 12) sorted by relevance

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

Completed in 71 milliseconds