Lines Matching +refs:val +refs:current

561  * Update the current cross-reference for the supplied type of
585 pool_set_xref_t *current, *prev, *next;
587 for (prev = NULL, current = psl->psl_xref; current != NULL;
588 current = next) {
591 if (current->psx_pset_id == id)
592 current->psx_pool->pkp_assoc[PREC_PSET] =
598 next = current->psx_next;
599 if (current->psx_pool->pkp_assoc[PREC_PSET] != NULL) {
601 prev->psx_next = current->psx_next;
603 psl->psl_xref = current->psx_next;
605 free(current);
607 prev = current;
893 const pool_value_t *val)
902 val));
906 BAD_CAST property_name_minus_ns(pe, name), val) == PO_FAIL)
908 val));
910 return (pool_xml_set_prop(node, BAD_CAST name, val));
1283 pool_value_t val = POOL_VALUE_INITIALIZER;
1287 pool_value_get_name(qo->props[i]), &val) ==
1293 &val) != PO_TRUE) {
1348 pool_value_t val = POOL_VALUE_INITIALIZER;
1352 pool_value_get_name(props[i]), &val) ==
1358 &val) != PO_TRUE) {
1440 pool_value_t val = POOL_VALUE_INITIALIZER;
1442 props[0] = &val;
1528 pool_value_t val = POOL_VALUE_INITIALIZER;
1530 props[0] = &val;
2300 pool_value_t *val)
2308 return (pool_knl_get_dynamic_property(pe, name, val));
2315 if (pool_value_from_nvpair(val, pair) == PO_FAIL) {
2319 return (pool_value_get_type(val));
2334 pool_value_t *val)
2376 if (pool_value_from_nvpair(val, pair) == PO_FAIL) {
2381 return (pool_value_get_type(val));
2392 const pool_value_t *val)
2413 if (pool_knl_nvlist_add_value(pke->pke_properties, name, val) !=
2691 * Sets the current index in a result set.
2708 * Return the current index in a result set.
2709 * Returns current index
2794 pool_value_t val = POOL_VALUE_INITIALIZER;
2827 * current key, and then re-insert under the new key.
2843 pool_value_set_int64(&val, create->pcu_ioctl.pc_i_id);
2844 assert(pool_put_any_ns_property(pair, c_sys_prop, &val)
3068 pool_value_t val = POOL_VALUE_INITIALIZER;
3088 pool_value_set_uint64(&val, src_size);
3090 c_size_prop, &val);
3091 pool_value_set_uint64(&val, tgt_size);
3093 c_size_prop, &val);