Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_value.c111 pool_value_get_bool(const pool_value_t *pv, uchar_t *result) in pool_value_get_bool() function
388 (void) pool_value_get_bool(pv1, &bval1); in pool_value_equal()
389 (void) pool_value_get_bool(pv2, &bval2); in pool_value_equal()
H A Dpool.h242 extern int pool_value_get_bool(const pool_value_t *, uchar_t *);
H A Dmapfile-vers101 pool_value_get_bool;
H A Dpool_internal.c535 (void) pool_value_get_bool(pval, &bval); in pool_set_active()
933 if (pool_value_get_bool(&val, &requested) != PO_SUCCESS) { in cpu_is_requested()
1154 (void) pool_value_get_bool(&val, &bval); in elem_is_tmp()
H A Dpool_xml.c683 (void) pool_value_get_bool(value, &bres); in pool_xml_set_attr()
894 (void) pool_value_get_bool(value, &bres); in pool_xml_set_prop()
2361 (void) pool_value_get_bool(props[i], &bval); in pool_build_xpath_buf()
H A Dpool.c300 (void) pool_value_get_bool(pval, &bool); in prop_buf_build_cb()
H A Dpool_kernel.c3535 if (pool_value_get_bool(pv, &bval) == POC_INVAL) { in pool_knl_nvlist_add_value()
/illumos-gate/usr/src/man/man3pool/
H A DMakefile74 pool_value_get_bool.3pool \
144 pool_value_get_bool.3pool := LINKSRC = pool_value_alloc.3pool
/illumos-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
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c510 pool_value_get_bool(pvals[0], &bval) != PO_SUCCESS || in bind_to_pool()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m160 link path=usr/share/man/man3pool/pool_value_get_bool.3pool \
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1723 (void) pool_value_get_bool(pv, &bval); in pool_property_walker()
1802 result = pool_value_get_bool((pool_value_t *)(uintptr_t)pointer, &arg2); in Java_com_sun_solaris_service_pools_Value_getBoolValue()