Home
last modified time | relevance | path

Searched refs:pool_value_get_bool (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/lib/libpool/common/
H A Dpool_value.c113 pool_value_get_bool(const pool_value_t *pv, uchar_t *result) in pool_value_get_bool() function
390 (void) pool_value_get_bool(pv1, &bval1); in pool_value_equal()
391 (void) pool_value_get_bool(pv2, &bval2); in pool_value_equal()
H A Dpool.h244 extern int pool_value_get_bool(const pool_value_t *, uchar_t *);
H A Dmapfile-vers101 pool_value_get_bool;
H A Dpool_internal.c537 (void) pool_value_get_bool(pval, &bval); in pool_set_active()
935 if (pool_value_get_bool(&val, &requested) != PO_SUCCESS) { in cpu_is_requested()
1156 (void) pool_value_get_bool(&val, &bval); in elem_is_tmp()
H A Dpool_xml.c691 (void) pool_value_get_bool(value, &bres); in pool_xml_set_attr()
902 (void) pool_value_get_bool(value, &bres); in pool_xml_set_prop()
2369 (void) pool_value_get_bool(props[i], &bval); in pool_build_xpath_buf()
H A Dpool.c302 (void) pool_value_get_bool(pval, &bool); in prop_buf_build_cb()
H A Dpool_kernel.c3539 if (pool_value_get_bool(pv, &bval) == POC_INVAL) { in pool_knl_nvlist_add_value()
/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java136 final static native int pool_value_get_bool(long pv, long result); in pool_value_get_bool() method in PoolInternal
/onnv-gate/usr/src/lib/libproject/common/
H A Dsetproject.c520 pool_value_get_bool(pvals[0], &bval) != PO_SUCCESS || in bind_to_pool()
/onnv-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1644 (void) pool_value_get_bool(pv, &bval); in pool_property_walker()
1723 result = pool_value_get_bool((pool_value_t *)(uintptr_t)pointer, &arg2); in Java_com_sun_solaris_service_pools_Value_getBoolValue()