| /freebsd-14.2/contrib/ofed/opensm/include/complib/ |
| H A D | cl_atomic_osd.h | 61 int32_t new_val; in cl_atomic_inc() local 65 *p_value = new_val; in cl_atomic_inc() 67 return (new_val); in cl_atomic_inc() 72 int32_t new_val; in cl_atomic_dec() local 76 *p_value = new_val; in cl_atomic_dec() 78 return (new_val); in cl_atomic_dec() 84 int32_t new_val; in cl_atomic_add() local 88 *p_value = new_val; in cl_atomic_add() 90 return (new_val); in cl_atomic_add() 96 int32_t new_val; in cl_atomic_sub() local [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/ |
| H A D | nested.c | 207 new_val->v.boolVal = 0; in add_bool() 215 new_val->pzName = (char *)(new_val + 1); in add_bool() 219 return new_val; in add_bool() 252 new_val->pzName = (char *)(new_val + 1); in add_number() 256 return new_val; in add_number() 274 tOptionValue * new_val; in add_nested() local 281 new_val->pzName = (char *)(new_val + 1); in add_nested() 289 if (new_val != NULL) in add_nested() 292 return new_val; in add_nested() 302 tOptionValue * new_val; in scan_name() local [all …]
|
| /freebsd-14.2/sys/dev/liquidio/ |
| H A D | lio_sysctl.c | 1723 if (old_val == new_val) in lio_get_set_intr_coalesce() 1737 if (old_val == new_val) in lio_get_set_intr_coalesce() 1751 if (old_val == new_val) in lio_get_set_intr_coalesce() 1765 if (old_val == new_val) in lio_get_set_intr_coalesce() 1779 if (old_val == new_val) in lio_get_set_intr_coalesce() 1793 if (old_val == new_val) in lio_get_set_intr_coalesce() 1808 if (old_val == new_val) in lio_get_set_intr_coalesce() 1823 if (old_val == new_val) in lio_get_set_intr_coalesce() 1838 if (old_val == new_val) in lio_get_set_intr_coalesce() 1853 if (old_val == new_val) in lio_get_set_intr_coalesce() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/ |
| H A D | zfs_inherit_001_neg.ksh | 64 new_val=$(get_prop ${prop[i]} $obj) 66 if [[ $new_val != $orig_val ]]; then 68 " to $new_val"
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | version_001_neg.ksh | 71 new_val=$(get_prop version $obj) 73 if [[ $new_val != $orig_val ]]; then 75 "($orig_val : $new_val)"
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_inherit/ |
| H A D | zfs_inherit_001_neg.ksh | 83 new_val=$(get_prop ${prop[i]} $obj) 85 if [[ $new_val != $orig_val ]]; then 87 " to $new_val"
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_set/ |
| H A D | version_001_neg.ksh | 91 new_val=$(get_prop version $obj) 93 if [[ $new_val != $orig_val ]]; then 95 "($orig_val : $new_val)"
|
| /freebsd-14.2/sys/i386/include/xen/ |
| H A D | hypercall.h | 252 unsigned long va, uint64_t new_val, unsigned long flags) in HYPERVISOR_update_va_mapping() argument 256 lo = (uint32_t)(new_val & 0xffffffff); in HYPERVISOR_update_va_mapping() 257 hi = (uint32_t)(new_val >> 32); in HYPERVISOR_update_va_mapping() 300 unsigned long va, uint64_t new_val, unsigned long flags, domid_t domid) in HYPERVISOR_update_va_mapping_otherdomain() argument 304 lo = (uint32_t)(new_val & 0xffffffff); in HYPERVISOR_update_va_mapping_otherdomain() 305 hi = (uint32_t)(new_val >> 32); in HYPERVISOR_update_va_mapping_otherdomain()
|
| /freebsd-14.2/sys/dev/vmware/vmci/ |
| H A D | vmci_defs.h | 447 uint64_t new_val = qp_atomic_read_offset(var); in qp_add_pointer() local 449 if (new_val >= size - add) in qp_add_pointer() 450 new_val -= size; in qp_add_pointer() 452 new_val += add; in qp_add_pointer() 453 qp_atomic_write_offset(var, new_val); in qp_add_pointer()
|
| /freebsd-14.2/contrib/libcbor/test/ |
| H A D | array_test.c | 43 cbor_item_t *new_val = cbor_build_uint8(10); in test_simple_array() local 44 assert_false(cbor_array_set(arr, 1, new_val)); in test_simple_array() 45 assert_false(cbor_array_set(arr, 3, new_val)); in test_simple_array() 46 cbor_decref(&new_val); in test_simple_array()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 241 } new_val; // hold up the constant values replacing loads. in PreprocessLoad() local 269 getConstantFieldValue(GADN, CDN->getZExtValue(), size, new_val.c); in PreprocessLoad() 277 to_replace = getConstantFieldValue(GADN, 0, size, new_val.c); in PreprocessLoad() 286 val = new_val.c[0]; in PreprocessLoad() 288 val = new_val.s; in PreprocessLoad() 290 val = new_val.i; in PreprocessLoad() 292 val = new_val.d; in PreprocessLoad()
|
| /freebsd-14.2/sys/amd64/include/xen/ |
| H A D | hypercall.h | 270 unsigned long va, uint64_t new_val, unsigned long flags) in HYPERVISOR_update_va_mapping() argument 272 return _hypercall3(int, update_va_mapping, va, new_val, flags); in HYPERVISOR_update_va_mapping() 312 unsigned long va, uint64_t new_val, unsigned long flags, domid_t domid) in HYPERVISOR_update_va_mapping_otherdomain() argument 315 new_val, flags, domid); in HYPERVISOR_update_va_mapping_otherdomain()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/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
|
| /freebsd-14.2/sys/dev/cpufreq/ |
| H A D | ichss.c | 327 uint8_t bmval, new_val, old_val, req_val; in ichss_set() local 355 new_val = ICH_GET_REG(sc->ctrl_reg); in ichss_set() 359 if (req_val != (new_val & ICHSS_CTRL_BIT)) { in ichss_set()
|
| /freebsd-14.2/contrib/hyperv/tools/ |
| H A D | hv_kvp_daemon.c | 968 kvp_set_ip_info(char *if_name, struct hv_kvp_ipaddr_value *new_val) in kvp_set_ip_info() argument 1011 (char *)new_val->ip_addr); in kvp_set_ip_info() 1018 (char *)new_val->sub_net); in kvp_set_ip_info() 1026 (char *)new_val->gate_way); in kvp_set_ip_info() 1032 error = kvp_write_file(file, "DNS", "", (char *)new_val->dns_addr); in kvp_set_ip_info() 1038 if (new_val->dhcp_enabled) { in kvp_set_ip_info()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface.inc | 156 void __tsan_vptr_update(void **vptr_p, void *new_val) { 157 if (*vptr_p == new_val)
|
| H A D | tsan_interface.h | 76 void __tsan_vptr_update(void **vptr_p, void *new_val);
|
| /freebsd-14.2/sys/kern/ |
| H A D | sched_4bsd.c | 195 int error, new_val, period; in sysctl_kern_quantum() local 198 new_val = period * sched_slice; in sysctl_kern_quantum() 199 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_kern_quantum() 202 if (new_val <= 0) in sysctl_kern_quantum() 204 sched_slice = imax(1, (new_val + period / 2) / period); in sysctl_kern_quantum()
|
| H A D | kern_sig.c | 3777 int new_val; in sysctl_debug_num_cores_check() local 3779 new_val = num_cores; in sysctl_debug_num_cores_check() 3780 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_debug_num_cores_check() 3783 if (new_val > MAX_NUM_CORE_FILES) in sysctl_debug_num_cores_check() 3784 new_val = MAX_NUM_CORE_FILES; in sysctl_debug_num_cores_check() 3785 if (new_val < 0) in sysctl_debug_num_cores_check() 3786 new_val = 0; in sysctl_debug_num_cores_check() 3787 num_cores = new_val; in sysctl_debug_num_cores_check()
|
| H A D | sched_ule.c | 3289 int error, new_val, period; in sysctl_kern_quantum() local 3292 new_val = period * sched_slice; in sysctl_kern_quantum() 3293 error = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_kern_quantum() 3296 if (new_val <= 0) in sysctl_kern_quantum() 3298 sched_slice = imax(1, (new_val + period / 2) / period); in sysctl_kern_quantum()
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/inheritance/ |
| H A D | inherit_001_pos.ksh | 94 typeset new_val
|
| /freebsd-14.2/sys/dev/smartpqi/ |
| H A D | smartpqi_defines.h | 968 os_atomic64_cas(volatile uint64_t* var, uint64_t old_val, uint64_t new_val) in os_atomic64_cas() argument 970 return (atomic_cmpset_64(var, old_val, new_val)); in os_atomic64_cas()
|
| /freebsd-14.2/sys/dev/sound/pci/ |
| H A D | emu10kx.c | 1578 int new_val; in sysctl_emu_digitalswitch_control() local 1583 new_val = (sc->mode == MODE_DIGITAL) ? 1 : 0; in sysctl_emu_digitalswitch_control() 1584 err = sysctl_handle_int(oidp, &new_val, 0, req); in sysctl_emu_digitalswitch_control() 1588 if (new_val < 0 || new_val > 1) in sysctl_emu_digitalswitch_control() 1591 switch (new_val) { in sysctl_emu_digitalswitch_control()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 321 virtual void SetQueueID(lldb::queue_id_t new_val) {} in SetQueueID() argument
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | identcpu.c | 2076 update_lower_register(uint64_t val, uint64_t new_val, u_int shift, in update_lower_register() argument 2087 if (mrs_field_cmp(new_val, val, shift, width, sign) < 0) { in update_lower_register() 2090 val |= new_val & (mask << shift); in update_lower_register()
|