Lines Matching +defs:val +defs:current
559 * Update the current cross-reference for the supplied type of
583 pool_set_xref_t *current, *prev, *next;
585 for (prev = NULL, current = psl->psl_xref; current != NULL;
586 current = next) {
589 if (current->psx_pset_id == id)
590 current->psx_pool->pkp_assoc[PREC_PSET] =
596 next = current->psx_next;
597 if (current->psx_pool->pkp_assoc[PREC_PSET] != NULL) {
599 prev->psx_next = current->psx_next;
601 psl->psl_xref = current->psx_next;
603 free(current);
605 prev = current;
891 const pool_value_t *val)
900 val));
904 BAD_CAST property_name_minus_ns(pe, name), val) == PO_FAIL)
906 val));
908 return (pool_xml_set_prop(node, BAD_CAST name, val));
1281 pool_value_t val = POOL_VALUE_INITIALIZER;
1285 pool_value_get_name(qo->props[i]), &val) ==
1291 &val) != PO_TRUE) {
1346 pool_value_t val = POOL_VALUE_INITIALIZER;
1350 pool_value_get_name(props[i]), &val) ==
1356 &val) != PO_TRUE) {
1438 pool_value_t val = POOL_VALUE_INITIALIZER;
1440 props[0] = &val;
1526 pool_value_t val = POOL_VALUE_INITIALIZER;
1528 props[0] = &val;
2298 pool_value_t *val)
2306 return (pool_knl_get_dynamic_property(pe, name, val));
2313 if (pool_value_from_nvpair(val, pair) == PO_FAIL) {
2317 return (pool_value_get_type(val));
2332 pool_value_t *val)
2374 if (pool_value_from_nvpair(val, pair) == PO_FAIL) {
2379 return (pool_value_get_type(val));
2390 const pool_value_t *val)
2411 if (pool_knl_nvlist_add_value(pke->pke_properties, name, val) !=
2690 * Sets the current index in a result set.
2707 * Return the current index in a result set.
2708 * Returns current index
2793 pool_value_t val = POOL_VALUE_INITIALIZER;
2826 * current key, and then re-insert under the new key.
2842 pool_value_set_int64(&val, create->pcu_ioctl.pc_i_id);
2843 assert(pool_put_any_ns_property(pair, c_sys_prop, &val)
3071 pool_value_t val = POOL_VALUE_INITIALIZER;
3091 pool_value_set_uint64(&val, src_size);
3093 c_size_prop, &val);
3094 pool_value_set_uint64(&val, tgt_size);
3096 c_size_prop, &val);