/titanic_50/usr/src/cmd/pools/poolstat/ |
H A D | sa_libpool.c | 117 ud->ud_result = pool_value_get_uint64(pval, &bag->pset_sb_min); in populate_userdata_cb() 119 ud->ud_result = pool_value_get_uint64(pval, &bag->pset_sb_max); in populate_userdata_cb() 123 ud->ud_result = pool_value_get_uint64(pval, &load); in populate_userdata_cb() 126 ud->ud_result = pool_value_get_uint64(pval, &bag->pset_sb_size); in populate_userdata_cb()
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 67 pool_value_get_uint64(const pool_value_t *pv, uint64_t *result) in pool_value_get_uint64() function 372 (void) pool_value_get_uint64(pv1, &uval1); in pool_value_equal() 373 (void) pool_value_get_uint64(pv2, &uval2); in pool_value_equal()
|
H A D | pool_internal.c | 577 if (pool_value_get_uint64(pval, &max) != PO_SUCCESS) { in res_set_max() 586 if (pool_value_get_uint64(&val, &min) != PO_SUCCESS) { in res_set_max() 605 if (pool_value_get_uint64(&val, &oldmax) != PO_SUCCESS) { in res_set_max() 631 if (pool_value_get_uint64(pval, &min) != PO_SUCCESS) { in res_set_min() 640 if (pool_value_get_uint64(&val, &max) != PO_SUCCESS) { in res_set_min() 673 if (pool_value_get_uint64(&val, &oldmin) != PO_SUCCESS) { in res_set_min() 960 retval = pool_value_get_uint64(&val, uval); in resource_get_common() 1699 pool_value_get_uint64(&val1, &uval) != PO_SUCCESS) { in pool_validate_resource() 1734 pool_value_get_uint64(&val1, &uval) != PO_SUCCESS) { in pool_validate_resource()
|
H A D | pool.h | 241 extern int pool_value_get_uint64(const pool_value_t *, uint64_t *);
|
H A D | mapfile-vers | 107 pool_value_get_uint64;
|
H A D | pool_xml.c | 293 (void) pool_value_get_uint64(&val, &nid); in get_unique_id() 677 (void) pool_value_get_uint64(value, &ures); in pool_xml_set_attr() 888 (void) pool_value_get_uint64(value, &ures); in pool_xml_set_prop() 2345 (void) pool_value_get_uint64(props[i], &uval); in pool_build_xpath_buf()
|
H A D | pool.c | 287 (void) pool_value_get_uint64(pval, &u); in prop_buf_build_cb()
|
H A D | pool_kernel.c | 3501 if (pool_value_get_uint64(pv, &uval) == POC_INVAL) { in pool_knl_nvlist_add_value()
|
/titanic_50/usr/src/man/man3pool/ |
H A D | Makefile | 80 pool_value_get_uint64.3pool \ 150 pool_value_get_uint64.3pool := LINKSRC = pool_value_alloc.3pool
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 133 final static native int pool_value_get_uint64(long pv, long result); in pool_value_get_uint64() method in PoolInternal
|
/titanic_50/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1586 (void) pool_value_get_uint64(pv, &dmax); in process_min_max() 1588 (void) pool_value_get_uint64(minprop->prop_value, &smin); in process_min_max() 1590 (void) pool_value_get_uint64(maxprop->prop_value, &smax); in process_min_max()
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 134 (void) pool_value_get_uint64(pval, &min_cpus); in pool_check_pset()
|
/titanic_50/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1632 (void) pool_value_get_uint64(pv, &uval); in pool_property_walker() 1686 pool_value_get_uint64((pool_value_t *)(uintptr_t)pointer, in Java_com_sun_solaris_service_pools_Value_getLongValue() 1760 pool_value_get_uint64((pool_value_t *)(uintptr_t)pointer, &arg2); in Java_com_sun_solaris_service_pools_Value_getUnsignedInt64Value()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-resource-pools.mf | 194 link path=usr/share/man/man3pool/pool_value_get_uint64.3pool \
|
/titanic_50/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1776 pool_value_get_uint64(vals[0], &uint64) == PO_SUCCESS) in zsd_get_pool_pset() 1784 pool_value_get_uint64(vals[0], &uint64) == PO_SUCCESS) in zsd_get_pool_pset() 1793 pool_value_get_uint64(vals[0], &uint64) == PO_SUCCESS) in zsd_get_pool_pset()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4168 (void) pool_value_get_uint64(pv, &val_uint); in get_running_tmp_pset() 4175 (void) pool_value_get_uint64(pv, &val_uint); in get_running_tmp_pset()
|
/titanic_50/ |
H A D | .gitignore | 7073 usr/src/man/man3pool/pool_value_get_uint64.3pool
|