Searched refs:_this (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java34 private long _this; field in class:Value
42 _this = pointer;
53 if ((_this = PoolInternal.pool_value_alloc()) == 0)
159 if (_this != 0) {
160 PoolInternal.pool_value_free(_this);
161 _this = 0;
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, valu
[all...]
H A DConfiguration.java52 private long _this; field in class:Configuration
79 if (((_this = PoolInternal.pool_conf_alloc())) == 0)
97 if (_this != 0) {
98 PoolInternal.pool_conf_free(_this);
99 _this = 0;
116 return (_this);

Completed in 59 milliseconds