Home
last modified time | relevance | path

Searched refs:new_val (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_store.c217 register Vuid_value *new_val; local
227 new_val = (Vuid_value *) vuid_alloc(sizeof (*new_val));
228 *new_val = *val_node;
229 new_val->next = VUID_VALUE_NULL;
232 new_seg->list = new_val;
235 new_previous_val->next = new_val;
237 new_previous_val = new_val;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh71 new_val=$(get_prop ${prop[i]} $obj)
73 if [[ $new_val != $orig_val ]]; then
75 " to $new_val"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dversion_001_neg.ksh75 new_val=$(get_prop version $obj)
77 if [[ $new_val != $orig_val ]]; then
79 "($orig_val : $new_val)"
/illumos-gate/usr/src/uts/common/syscall/
H A Drctlsys.c894 rctl_val_t *new_val; in rctlsys_projset() local
946 kmem_cache_free(rctl_val_cache, new_val); in rctlsys_projset()
956 new_val->rcv_action_recipient = NULL; in rctlsys_projset()
957 new_val->rcv_action_recip_pid = -1; in rctlsys_projset()
959 new_val->rcv_firing_time = 0; in rctlsys_projset()
961 new_val->rcv_prev = NULL; in rctlsys_projset()
962 new_val->rcv_next = new_values; in rctlsys_projset()
963 new_values = new_val; in rctlsys_projset()
975 kmem_cache_free(rctl_val_cache, new_val); in rctlsys_projset()
996 new_val = new_values; in rctlsys_projset()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h751 #define SSTATUS_SET_DET(x, new_val) \ argument
752 (x = (x & ~SSTATUS_DET) | (new_val & SSTATUS_DET))
770 #define SSTATUS_SET_IPM(x, new_val) \ argument
772 ((new_val << SSTATUS_IPM_SHIFT) & SSTATUS_IPM))
812 #define SCONTROL_SET_DET(x, new_val) \ argument
813 (x = (x & ~SCONTROL_DET) | (new_val & SCONTROL_DET))
827 #define SCONTROL_SET_IPM(x, new_val) \ argument
829 ((new_val << SCONTROL_IPM_SHIFT) & SCONTROL_IPM))
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c367 boolean_t new_val = (boolean_t)bstats; in flowacct_modify_action() local
370 if (new_val && !flowacct_data->global_stats) { in flowacct_modify_action()
373 flowacct_data->global_stats = new_val; in flowacct_modify_action()
378 } else if (!new_val && flowacct_data->global_stats) { in flowacct_modify_action()
379 flowacct_data->global_stats = new_val; in flowacct_modify_action()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp79 new_val, src = zfs.get_prop(fs, prop)
80 if (tostring(new_val) ~= tostring(val)) then
81 val_fail[prop] = new_val
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_cmp.c168 uint32_t new_val, uint32_t *old_valp) in s1394_cmp_cas() argument
178 cmp->cmp_ompr_val = new_val; in s1394_cmp_cas()
185 cmp->cmp_impr_val = new_val; in s1394_cmp_cas()
H A Dt1394.c1338 uint32_t new_val, uint32_t *old_valp) in t1394_cmp_cas() argument
1345 new_val, old_valp); in t1394_cmp_cas()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1609 struct val_list *new_val; in add_val() local
1615 new_val->val_next = NULL; in add_val()
1616 if ((new_val->val_type = val_type) == VAL_STRING) { in add_val()
1617 new_val->val_size = strlen((char *)val) + 1; in add_val()
1618 new_val->val.string = kmem_alloc(new_val->val_size, KM_SLEEP); in add_val()
1619 (void) strcpy(new_val->val.string, (char *)val); in add_val()
1621 new_val->val_size = sizeof (int); in add_val()
1622 new_val->val.integer = (int)(uintptr_t)val; in add_val()
1630 tail->val_next = new_val; in add_val()
1632 *val_listp = new_val; in add_val()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h569 uint32_t arg_val, uint32_t new_val, uint32_t *old_valp);
H A Ds1394.h1121 uint32_t new_val, uint32_t *old_valp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1570 const char *prop_name, void *new_val) in ilbd_change_prop() argument
1603 scf_value_set_boolean(scfval, *(boolean_t *)new_val); in ilbd_change_prop()
1606 (void) scf_value_set_astring(scfval, (char *)new_val); in ilbd_change_prop()
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1344 prctl_value_t *old_val, *new_val; in free_lists() local
1350 new_val = old_val->next; in free_lists()
1352 old_val = new_val; in free_lists()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c556 static struct storage *new_val(long long value) in new_val() function
1737 struct storage *case_val = new_val(expr->value); in emit_switch_statement()
1756 case_val = new_val(to->value); in emit_switch_statement()