Searched refs:pool_value_get_type (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java283 return (PoolInternal.pool_value_get_type(_this));
293 int type = PoolInternal.pool_value_get_type(_this);
H A DPoolInternal.java138 final static native int pool_value_get_type(long pv); method in class:PoolInternal
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_value.c143 pool_value_get_type(const pool_value_t *pv) function
366 type = pool_value_get_type(pv1);
367 if (type != pool_value_get_type(pv2))
H A Dpool.h246 extern pool_value_class_t pool_value_get_type(const pool_value_t *);
H A Dpool_internal.c471 if (pool_value_get_type(pval) == POC_STRING)
486 if (pool_value_get_type(pval) == POC_BOOL)
501 if (pool_value_get_type(pval) == POC_UINT)
533 if (pool_value_get_type(pval) != POC_BOOL) {
H A Dpool.c273 int type = pool_value_get_type(pval);
878 return (pool_value_get_type(val));
H A Dpool_kernel.c2319 return (pool_value_get_type(val));
2381 return (pool_value_get_type(val));
3127 if (pool_value_get_type(&proprm->pru_oldval) != POC_INVAL) {
3493 if ((type = pool_value_get_type(pv)) == POC_INVAL) {
H A Dpool_xml.c2343 switch ((pvc = pool_value_get_type(props[i]))) {
/illumos-gate/usr/src/man/man3pool/
H A DMakefile79 pool_value_get_type.3pool \
149 pool_value_get_type.3pool := LINKSRC = pool_value_alloc.3pool
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1325 * pool_value_get_type(3pool) wrapper
1331 return ((jint)pool_value_get_type((pool_value_t *)(uintptr_t)jvalue));
1630 switch (pool_value_get_type(pv)) {

Completed in 639 milliseconds