Symbol: PoolInternal
usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/Poold.java
658
conf = new Configuration(PoolInternal.
usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/Poold.java
659
pool_dynamic_location(), PoolInternal.PO_RDWR);
usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/Poold.java
669
conf = new Configuration(PoolInternal.
usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/Poold.java
670
pool_dynamic_location(), PoolInternal.PO_RDONLY);
usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/SystemSolver.java
464
PoolInternal.PO_RDWR);
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
128
perms) != PoolInternal.PO_SUCCESS) {
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
179
PoolInternal.PO_SUCCESS)
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
193
PoolInternal.PO_SUCCESS)
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
207
PoolInternal.PO_SUCCESS)
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
222
!= PoolInternal.PO_SUCCESS)
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
236
!= PoolInternal.PO_SUCCESS)
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
339
if (PoolInternal.pool_error() ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
340
PoolInternal.POE_INVALID_SEARCH)
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
447
if (PoolInternal.pool_error() ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
448
PoolInternal.POE_INVALID_SEARCH)
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
524
if (PoolInternal.pool_error() ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
525
PoolInternal.POE_INVALID_SEARCH)
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
539
typeVal.getValue()) == PoolInternal.POC_INVAL)
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
551
PoolInternal.POC_INVAL)
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
584
if (PoolInternal.pool_error() ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
585
PoolInternal.POE_INVALID_SEARCH)
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/Configuration.java
77
if (((_this = PoolInternal.pool_conf_alloc())) == 0)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Configuration.java
96
PoolInternal.pool_conf_free(_this);
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
128
value.getValue()) == PoolInternal.POC_INVAL) {
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
151
name, value.getValue()) != PoolInternal.PO_SUCCESS)
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
164
name) != PoolInternal.PO_SUCCESS)
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/Element.java
98
name, value.getValue()) == PoolInternal.POC_INVAL) {
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
116
if ((resources = PoolInternal.pool_query_pool_resources(
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
118
if (PoolInternal.pool_error() ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Pool.java
119
PoolInternal.POE_INVALID_SEARCH)
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
85
res.getResource()) != PoolInternal.PO_SUCCESS)
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/Pool.java
99
res.getResource()) != PoolInternal.PO_SUCCESS)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolInternal.java
46
PoolInternal.init();
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolsException.java
643
private final int errorCode = PoolInternal.pool_error();
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolsException.java
650
super(description(PoolInternal.pool_error()));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolsException.java
655
StringBuffer sb = new StringBuffer(PoolInternal.pool_strerror(
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolsException.java
657
if (errorCode == PoolInternal.POE_SYSTEM)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolsException.java
658
sb.append(": " + PoolInternal.pool_strerror_sys());
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
113
PoolInternal.PO_SUCCESS)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
130
if ((components = PoolInternal.pool_query_resource_components(
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
132
if (PoolInternal.pool_error() ==
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
133
PoolInternal.POE_INVALID_SEARCH)
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(),
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Resource.java
95
PoolInternal.PO_SUCCESS)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
160
PoolInternal.pool_value_free(_this);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
192
PoolInternal.pool_value_set_name(_this, name);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
202
PoolInternal.pool_value_set_int64(_this, value);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
215
PoolInternal.pool_value_set_uint64(_this, value);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
226
if (PoolInternal.pool_value_set_string(_this, value) !=
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
227
PoolInternal.PO_SUCCESS)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
239
PoolInternal.pool_value_set_bool(_this, (short)1);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
241
PoolInternal.pool_value_set_bool(_this, (short)0);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
251
PoolInternal.pool_value_set_double(_this, value);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
261
return (PoolInternal.pool_value_get_name(_this));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
283
return (PoolInternal.pool_value_get_type(_this));
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
293
int type = PoolInternal.pool_value_get_type(_this);
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
296
if (type == PoolInternal.POC_INT ||
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
297
type == PoolInternal.POC_UINT)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
299
if (type == PoolInternal.POC_STRING)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
301
if (type == PoolInternal.POC_BOOL)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
303
if (type == PoolInternal.POC_DOUBLE)
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/Value.java
53
if ((_this = PoolInternal.pool_value_alloc()) == 0)