Home
last modified time | relevance | path

Searched defs:oldval (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/i386/linux/
H A Dlinux_copyout.c50 int *oldval; member
63 futex_xchgl(int oparg, uint32_t *uaddr, int *oldval) in futex_xchgl()
85 futex_addl(int oparg, uint32_t *uaddr, int *oldval) in futex_addl()
111 futex_orl(int oparg, uint32_t *uaddr, int *oldval) in futex_orl()
137 futex_andl(int oparg, uint32_t *uaddr, int *oldval) in futex_andl()
163 futex_xorl(int oparg, uint32_t *uaddr, int *oldval) in futex_xorl()
/freebsd/lib/libthr/thread/
H A Dthr_cancel.c86 int oldval; in _thr_setcancelstate() local
113 int oldval; in _thr_setcanceltype() local
H A Dthr_sig.c120 uint32_t oldval; in thr_signal_unblock_fast() local
/freebsd/tests/sys/kern/
H A Dsigsys.c67 int oldval; in sysctlset() local
83 int n, oldval; in sysctlcleanup() local
/freebsd/contrib/atf/atf-c++/detail/
H A Denv_test.cpp68 const std::string& oldval = atf::env::get("PATH"); in ATF_TEST_CASE_BODY() local
/freebsd/sys/dev/nvme/
H A Dnvme_sysctl.c99 uint32_t oldval = ctrlr->int_coal_time; in nvme_sysctl_int_coal_time() local
118 uint32_t oldval = ctrlr->int_coal_threshold; in nvme_sysctl_int_coal_threshold() local
/freebsd/sys/i386/i386/
H A Dcopyout.c425 uint32_t oldval; member
441 casueword32(volatile uint32_t *base, uint32_t oldval, uint32_t *oldvalp, in casueword32()
459 casueword(volatile u_long *base, u_long oldval, u_long *oldvalp, u_long newval) in casueword()
/freebsd/contrib/kyua/utils/
H A Denv_test.cpp132 const std::string oldval = utils::getenv("PATH").get(); in ATF_TEST_CASE_BODY() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_atomic.c111 uint64_t oldval; in atomic_cas_64() local
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c111 uint64_t oldval; in atomic_cas_64() local
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c170 child_verify(struct shared_state *ss, int depth, int newval, int oldval) in child_verify()
188 pid_t mypid, oldval, pid; in child() local
/freebsd/contrib/atf/atf-c/detail/
H A Denv_test.c93 char *oldval; in ATF_TC_BODY() local
/freebsd/contrib/mandoc/
H A Dmanpath.c237 char *oldval; in manconf_output() local
/freebsd/sys/amd64/vmm/io/
H A Dvrtc.c594 uint8_t oldval, changed; in vrtc_set_reg_c() local
634 uint8_t oldval, changed; in vrtc_set_reg_b() local
707 uint8_t oldval, changed; in vrtc_set_reg_a() local
H A Dvhpet.c400 uint64_t oldval, newval; in vhpet_timer_update_config() local
475 uint64_t data, mask, oldval, val64; in vhpet_mmio_write() local
/freebsd/contrib/jemalloc/src/
H A Dctl.c1639 bool oldval; in background_thread_ctl() local
1691 size_t oldval; in max_background_threads_ctl() local
1872 bool oldval; in CTL_TSD_RO_NL_CGEN() local
1947 bool oldval; in thread_prof_active_ctl() local
2323 size_t oldval = dirty ? arena_dirty_decay_ms_get(arena) : in arena_i_decay_ms_ctl_impl() local
2516 size_t oldval = (dirty ? arena_dirty_decay_ms_default_get() : in arenas_decay_ms_ctl_impl() local
2642 bool oldval; in prof_thread_active_init_ctl() local
2669 bool oldval; in prof_active_ctl() local
2718 bool oldval; in prof_gdump_ctl() local
/freebsd/usr.sbin/pkg/
H A Dconfig.c182 const char *oldval; in subst_packagesite() local
/freebsd/libexec/rtld-elf/
H A Drtld_lock.c129 uint32_t oldval; in sig_fastunblock() local
/freebsd/sys/x86/x86/
H A Dx86_mem.c290 x86_mrt2mtrr(int flags, int oldval) in x86_mrt2mtrr()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c398 uint32_t oldval; in svm_set_intercept() local
1067 int oldval, newval; in svm_modify_intr_shadow() local
1148 uint64_t changed, lma, oldval; in svm_write_efer() local
/freebsd/sys/dev/pbio/
H A Dpbio.c103 char oldval; /* Last value read */ member
/freebsd/sys/arm64/linux/
H A Dlinux.h89 l_uintptr_t oldval; member
/freebsd/sys/kern/
H A Dsubr_asan.c611 kasan_casueword32(volatile uint32_t *base, uint32_t oldval, uint32_t *oldvalp, in kasan_casueword32()
620 kasan_casueword(volatile u_long *base, u_long oldval, u_long *oldvalp, in kasan_casueword()
H A Dsubr_msan.c1027 kmsan_casueword32(volatile uint32_t *base, uint32_t oldval, uint32_t *oldvalp, in kmsan_casueword32()
1042 kmsan_casueword(volatile u_long *base, u_long oldval, u_long *oldvalp, in kmsan_casueword()
/freebsd/sys/compat/linux/
H A Dlinux_futex.c138 int oldval = 0, ret; in futex_atomic_op() local

12