Searched refs:pool_value_set_int64 (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 83 pool_value_set_int64.3pool \ 153 pool_value_set_int64.3pool := LINKSRC = pool_value_alloc.3pool
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 164 pool_value_set_int64(pool_value_t *pv, int64_t val) in pool_value_set_int64() function 320 pool_value_set_int64(pv, ival); in pool_value_from_nvpair()
|
H A D | pool.h | 246 extern void pool_value_set_int64(pool_value_t *, int64_t);
|
H A D | mapfile-vers | 110 pool_value_set_int64;
|
H A D | pool_internal.c | 754 pool_value_set_int64(&prop->pp_value, val); in int_init() 1325 pool_value_set_int64(props[1], sysid); in resource_by_sysid()
|
H A D | pool_kernel.c | 1455 pool_value_set_int64(props[0], bindq.pb_i_id); in pool_knl_get_binding() 1542 pool_value_set_int64(props[0], bindq.pb_i_id); in pool_knl_get_resource_binding() 2844 pool_value_set_int64(&val, create->pcu_ioctl.pc_i_id); in log_item_commit()
|
H A D | pool_xml.c | 609 pool_value_set_int64(value, ival); in pool_xml_get_attr() 771 pool_value_set_int64(value, ival); in pool_xml_get_prop()
|
H A D | pool_commit.c | 1176 (void) pool_value_set_int64(&val, importance); in set_importance_cb()
|
H A D | pool.c | 1382 pool_value_set_int64(&val, sys_id); in pool_component_create()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Value.java | 202 PoolInternal.pool_value_set_int64(_this, value); in setValue()
|
H A D | PoolInternal.java | 140 final static native void pool_value_set_int64(long pv, long val); in pool_value_set_int64() method in PoolInternal
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 541 pool_value_set_int64($$->prop_value, $4.i); 1510 pool_value_set_int64(vals[1], sysid); in get_cpu()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 178 link path=usr/share/man/man3pool/pool_value_set_int64.3pool \
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 1416 pool_value_set_int64((pool_value_t *)(uintptr_t)jvalue, (int64_t)ji64); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1value_1set_1int64() 1716 (void) pool_value_set_int64(pv_new, ival); in pool_property_walker()
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat.c | 940 pool_value_set_int64(pv_sys_id, sysid); in prt_pool_stats()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1742 pool_value_set_int64(vals[1], psetid); in zsd_get_pool_pset() 2074 pool_value_set_int64(vals[0], poolid); in zsd_get_zone_pool_pset()
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4260 pool_value_set_int64(val, in create_tmp_pool()
|