Home
last modified time | relevance | path

Searched refs:pool_value_get_type (Results 1 – 12 of 12) 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)); in getType()
293 int type = PoolInternal.pool_value_get_type(_this); in toString()
H A DPoolInternal.java138 final static native int pool_value_get_type(long pv); in pool_value_get_type() method in PoolInternal
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_value.c141 pool_value_get_type(const pool_value_t *pv) in pool_value_get_type() function
364 type = pool_value_get_type(pv1); in pool_value_equal()
365 if (type != pool_value_get_type(pv2)) in pool_value_equal()
H A Dpool.h244 extern pool_value_class_t pool_value_get_type(const pool_value_t *);
H A Dmapfile-vers106 pool_value_get_type;
H A Dpool_internal.c469 if (pool_value_get_type(pval) == POC_STRING) in elem_set_string()
484 if (pool_value_get_type(pval) == POC_BOOL) in elem_set_bool()
499 if (pool_value_get_type(pval) == POC_UINT) in elem_set_uint()
531 if (pool_value_get_type(pval) != POC_BOOL) { in pool_set_active()
H A Dpool_kernel.c2320 return (pool_value_get_type(val)); in pool_knl_get_property()
2382 return (pool_value_get_type(val)); in pool_knl_get_dynamic_property()
3128 if (pool_value_get_type(&proprm->pru_oldval) != POC_INVAL) { in log_item_undo()
3494 if ((type = pool_value_get_type(pv)) == POC_INVAL) { in pool_knl_nvlist_add_value()
H A Dpool.c271 int type = pool_value_get_type(pval); in prop_buf_build_cb()
876 return (pool_value_get_type(val)); in pool_get_property()
H A Dpool_xml.c2335 switch ((pvc = pool_value_get_type(props[i]))) { in pool_build_xpath_buf()
/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/pkg/manifests/
H A Dservice-resource-pools.p5m170 link path=usr/share/man/man3pool/pool_value_get_type.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1393 return ((jint)pool_value_get_type((pool_value_t *)(uintptr_t)jvalue)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1value_1get_1type()
1709 switch (pool_value_get_type(pv)) { in pool_property_walker()