Searched refs:pool_value_get_bool (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 113 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 D | pool.h | 244 extern int pool_value_get_bool(const pool_value_t *, uchar_t *);
|
H A D | mapfile-vers | 101 pool_value_get_bool;
|
H A D | pool_internal.c | 537 (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 D | pool_xml.c | 691 (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 D | pool.c | 302 (void) pool_value_get_bool(pval, &bool); in prop_buf_build_cb()
|
H A D | pool_kernel.c | 3534 if (pool_value_get_bool(pv, &bval) == POC_INVAL) { in pool_knl_nvlist_add_value()
|
/titanic_50/usr/src/man/man3pool/ |
H A D | Makefile | 74 pool_value_get_bool.3pool \ 144 pool_value_get_bool.3pool := LINKSRC = pool_value_alloc.3pool
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 136 final static native int pool_value_get_bool(long pv, long result); in pool_value_get_bool() method in PoolInternal
|
/titanic_50/usr/src/lib/libproject/common/ |
H A D | setproject.c | 510 pool_value_get_bool(pvals[0], &bval) != PO_SUCCESS || in bind_to_pool()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 182 link path=usr/share/man/man3pool/pool_value_get_bool.3pool \
|
/titanic_50/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1644 (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()
|
/titanic_50/ |
H A D | .gitignore | 7067 usr/src/man/man3pool/pool_value_get_bool.3pool
|