Home
last modified time | relevance | path

Searched refs:pool_value_alloc (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile31 pool_value_alloc.3pool \
143 pool_value_free.3pool := LINKSRC = pool_value_alloc.3pool
144 pool_value_get_bool.3pool := LINKSRC = pool_value_alloc.3pool
145 pool_value_get_double.3pool := LINKSRC = pool_value_alloc.3pool
146 pool_value_get_int64.3pool := LINKSRC = pool_value_alloc.3pool
147 pool_value_get_name.3pool := LINKSRC = pool_value_alloc.3pool
148 pool_value_get_string.3pool := LINKSRC = pool_value_alloc.3pool
149 pool_value_get_type.3pool := LINKSRC = pool_value_alloc.3pool
150 pool_value_get_uint64.3pool := LINKSRC = pool_value_alloc.3pool
151 pool_value_set_bool.3pool := LINKSRC = pool_value_alloc.3pool
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m157 file path=usr/share/man/man3pool/pool_value_alloc.3pool
159 target=pool_value_alloc.3pool
161 target=pool_value_alloc.3pool
163 target=pool_value_alloc.3pool
165 target=pool_value_alloc.3pool
167 target=pool_value_alloc.3pool
169 target=pool_value_alloc.3pool
171 target=pool_value_alloc.3pool
173 target=pool_value_alloc.3pool
175 target=pool_value_alloc.3pool
[all …]
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y789 if ((pv = pool_value_alloc()) == NULL) in parser_conf_info()
934 if ((pv = pool_value_alloc()) == NULL) { in parser_rename()
1284 if ((prop->prop_value = pool_value_alloc()) == NULL) { in alloc_prop()
1330 if ((pv = pool_value_alloc()) == NULL) { in check_conf_name()
1482 if ((vals[0] = pool_value_alloc()) == NULL) in get_cpu()
1484 if ((vals[1] = pool_value_alloc()) == NULL) { in get_cpu()
1572 if ((pv = pool_value_alloc()) == NULL) in process_min_max()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java53 if ((_this = PoolInternal.pool_value_alloc()) == 0) in Value()
H A DPoolInternal.java146 final static native long pool_value_alloc(); in pool_value_alloc() method in PoolInternal
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c126 if ((pval = pool_value_alloc()) == NULL) in pool_check_pset()
308 if ((pvals[0] = pool_value_alloc()) == NULL) { in pset_validate_remove()
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c80 if ((pv = pool_value_alloc()) == NULL || in config_print()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h254 extern pool_value_t *pool_value_alloc(void);
H A Dmapfile-vers99 pool_value_alloc;
H A Dpool_value.c225 pool_value_alloc(void) in pool_value_alloc() function
H A Dpool.c936 pool_value_t *pv = pool_value_alloc(); in pool_put_property()
1000 if ((val = pool_value_alloc()) == NULL) in pool_set_temporary()
H A Dpool_xml.c979 result[i] = pool_value_alloc(); in pool_xml_get_properties()
1030 result[i] = pool_value_alloc(); in pool_xml_get_properties()
H A Dpool_kernel.c2568 result[i] = pool_value_alloc(); in pool_knl_get_properties()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c317 if ((val = pool_value_alloc()) == NULL) { in handle_sig()
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c503 if ((pvals[0] = pool_value_alloc()) == NULL) { in bind_to_pool()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1505 return ((jlong)(uintptr_t)pool_value_alloc()); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1value_1alloc()
1707 if ((pv_new = pool_value_alloc()) == NULL) in pool_property_walker()
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c745 if ((pval = pool_value_alloc()) == NULL) { in create_pool_value()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4203 if ((val = pool_value_alloc()) == NULL) in create_tmp_pset()
4255 if ((val = pool_value_alloc()) == NULL) { in create_tmp_pool()
4311 pool_value_t *pv = pool_value_alloc(); in get_running_tmp_pset()
4739 pool_value_t *pv = pool_value_alloc(); in get_pool_sched_class()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4162 (ctl->zsctl_pool_vals[0] = pool_value_alloc()) == NULL) { in zsd_open()
4168 (ctl->zsctl_pool_vals[1] = pool_value_alloc()) == NULL) { in zsd_open()