/illumos-gate/usr/src/uts/common/io/ |
H A D | vuid_store.c | 217 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 D | zfs_inherit_001_neg.ksh | 71 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 D | version_001_neg.ksh | 75 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 D | rctlsys.c | 894 rctl_val_t *new_val; in rctlsys_projset() local 935 new_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP); in rctlsys_projset() 938 rctlsys_rblk_xfrm(&krblk[count], NULL, new_val, in rctlsys_projset() 945 if (new_val->rcv_privilege != RCPRIV_PRIVILEGED) { in rctlsys_projset() 946 kmem_cache_free(rctl_val_cache, new_val); in rctlsys_projset() 950 } else if (rctl_invalid_value(krde, new_val) == 0) { in rctlsys_projset() 956 new_val->rcv_action_recipient = NULL; in rctlsys_projset() 957 new_val->rcv_action_recip_pid = -1; in rctlsys_projset() 958 new_val->rcv_flagaction |= RCTL_LOCAL_PROJDB; in rctlsys_projset() 959 new_val->rcv_firing_time = 0; in rctlsys_projset() [all …]
|
/illumos-gate/usr/src/uts/common/sys/sata/ |
H A D | sata_defs.h | 769 #define SSTATUS_SET_DET(x, new_val) \ argument 770 (x = (x & ~SSTATUS_DET) | (new_val & SSTATUS_DET)) 788 #define SSTATUS_SET_IPM(x, new_val) \ argument 790 ((new_val << SSTATUS_IPM_SHIFT) & SSTATUS_IPM)) 830 #define SCONTROL_SET_DET(x, new_val) \ argument 831 (x = (x & ~SCONTROL_DET) | (new_val & SCONTROL_DET)) 845 #define SCONTROL_SET_IPM(x, new_val) \ argument 847 ((new_val << SCONTROL_IPM_SHIFT) & SCONTROL_IPM))
|
/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacctddi.c | 367 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 D | tst.set_props.zcp | 79 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 D | s1394_cmp.c | 168 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 D | t1394.c | 1338 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 D | modsysfile.c | 1609 struct val_list *new_val; in add_val() local 1614 new_val = kmem_alloc(sizeof (struct val_list), KM_SLEEP); in add_val() 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() [all …]
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | t1394.h | 569 uint32_t arg_val, uint32_t new_val, uint32_t *old_valp);
|
H A D | s1394.h | 1121 uint32_t new_val, uint32_t *old_valp);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_scf.c | 1570 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 D | prctl.c | 1344 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 D | compile-i386.c | 556 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()
|