/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | sa_libpool.c | 115 ud->ud_result = pool_value_get_uint64(pval, &bag->pset_sb_min); in populate_userdata_cb() 117 ud->ud_result = pool_value_get_uint64(pval, &bag->pset_sb_max); in populate_userdata_cb() 121 ud->ud_result = pool_value_get_uint64(pval, &load); in populate_userdata_cb() 124 ud->ud_result = pool_value_get_uint64(pval, &bag->pset_sb_size); in populate_userdata_cb()
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 65 pool_value_get_uint64(const pool_value_t *pv, uint64_t *result) in pool_value_get_uint64() function 370 (void) pool_value_get_uint64(pv1, &uval1); in pool_value_equal() 371 (void) pool_value_get_uint64(pv2, &uval2); in pool_value_equal()
|
H A D | pool_internal.c | 575 if (pool_value_get_uint64(pval, &max) != PO_SUCCESS) { in res_set_max() 584 if (pool_value_get_uint64(&val, &min) != PO_SUCCESS) { in res_set_max() 603 if (pool_value_get_uint64(&val, &oldmax) != PO_SUCCESS) { in res_set_max() 629 if (pool_value_get_uint64(pval, &min) != PO_SUCCESS) { in res_set_min() 638 if (pool_value_get_uint64(&val, &max) != PO_SUCCESS) { in res_set_min() 671 if (pool_value_get_uint64(&val, &oldmin) != PO_SUCCESS) { in res_set_min() 958 retval = pool_value_get_uint64(&val, uval); in resource_get_common() 1697 pool_value_get_uint64(&val1, &uval) != PO_SUCCESS) { in pool_validate_resource() 1732 pool_value_get_uint64(&val1, &uval) != PO_SUCCESS) { in pool_validate_resource()
|
H A D | pool.h | 239 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 | 285 (void) pool_value_get_uint64(&val, &nid); in get_unique_id() 669 (void) pool_value_get_uint64(value, &ures); in pool_xml_set_attr() 880 (void) pool_value_get_uint64(value, &ures); in pool_xml_set_prop() 2337 (void) pool_value_get_uint64(props[i], &uval); in pool_build_xpath_buf()
|
H A D | pool.c | 285 (void) pool_value_get_uint64(pval, &u); in prop_buf_build_cb()
|
H A D | pool_kernel.c | 3502 if (pool_value_get_uint64(pv, &uval) == POC_INVAL) { in pool_knl_nvlist_add_value()
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1584 (void) pool_value_get_uint64(pv, &dmax); in process_min_max() 1586 (void) pool_value_get_uint64(minprop->prop_value, &smin); in process_min_max() 1588 (void) pool_value_get_uint64(maxprop->prop_value, &smax); in process_min_max()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1711 (void) pool_value_get_uint64(pv, &uval); in pool_property_walker() 1765 pool_value_get_uint64((pool_value_t *)(uintptr_t)pointer, in Java_com_sun_solaris_service_pools_Value_getLongValue() 1839 pool_value_get_uint64((pool_value_t *)(uintptr_t)pointer, &arg2); in Java_com_sun_solaris_service_pools_Value_getUnsignedInt64Value()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 172 link path=usr/share/man/man3pool/pool_value_get_uint64.3pool \
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1774 pool_value_get_uint64(vals[0], &uint64) == PO_SUCCESS) in zsd_get_pool_pset() 1782 pool_value_get_uint64(vals[0], &uint64) == PO_SUCCESS) in zsd_get_pool_pset() 1791 pool_value_get_uint64(vals[0], &uint64) == PO_SUCCESS) in zsd_get_pool_pset()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4330 (void) pool_value_get_uint64(pv, &val_uint); in get_running_tmp_pset() 4337 (void) pool_value_get_uint64(pv, &val_uint); in get_running_tmp_pset()
|