Home
last modified time | relevance | path

Searched refs:ovalue (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/sys/compat/common/
Dkern_time_50.c514 struct itimerspec value, ovalue, *ovp = NULL; in compat_50_sys_timer_settime() local
521 if (SCARG(uap, ovalue)) in compat_50_sys_timer_settime()
522 ovp = &ovalue; in compat_50_sys_timer_settime()
529 itimerspec_to_itimerspec50(&ovalue, &ovalue50); in compat_50_sys_timer_settime()
530 return copyout(&ovalue50, SCARG(uap, ovalue), sizeof(ovalue50)); in compat_50_sys_timer_settime()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dmachines.c266 struct itimerval *ovalue) in setitimer() argument
324 if (ovalue != NULL) *ovalue = setitimer_mpe_ctx.current_itimerval; in setitimer()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Ddv-bfin_gpio.c83 int pin, value, ovalue, bit; in bfin_gpio_forward_ouput() local
95 ovalue = !!(odata & bit); in bfin_gpio_forward_ouput()
96 if (value == ovalue) in bfin_gpio_forward_ouput()
/netbsd/src/usr.bin/videoctl/
Dvideoctl.c638 int32_t ovalue; in video_set_ctrl() local
647 ovalue = ctrl.value; in video_set_ctrl()
657 printf("ctrl.%s: %d -> %d\n", ctrlname, ovalue, ctrl.value); in video_set_ctrl()
659 printf("ctrl.%08x: %d -> %d\n", ctrl.id, ovalue, ctrl.value); in video_set_ctrl()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_time.c466 struct itimerspec value, ovalue, *ovp = NULL; in netbsd32___timer_settime50() local
474 if (SCARG_P32(uap, ovalue)) in netbsd32___timer_settime50()
475 ovp = &ovalue; in netbsd32___timer_settime50()
485 return copyout(&its32, SCARG_P32(uap, ovalue), sizeof(its32)); in netbsd32___timer_settime50()
Dnetbsd32_compat_50.c391 struct itimerspec value, ovalue, *ovp = NULL; in compat_50_netbsd32_timer_settime() local
399 if (SCARG_P32(uap, ovalue)) in compat_50_netbsd32_timer_settime()
400 ovp = &ovalue; in compat_50_netbsd32_timer_settime()
410 return copyout(&its32, SCARG_P32(uap, ovalue), sizeof(its32)); in compat_50_netbsd32_timer_settime()
Dnetbsd32_syscallargs.h1256 syscallarg(netbsd32_itimerspec50p_t) ovalue;
2401 syscallarg(netbsd32_itimerspecp_t) ovalue;
Dnetbsd32_systrace_args.c1693 uarg[3] = (intptr_t) SCARG(p, ovalue).i32; /* netbsd32_itimerspec50p_t */ in systrace_args()
3212 uarg[3] = (intptr_t) SCARG(p, ovalue).i32; /* netbsd32_itimerspecp_t */ in systrace_args()
/netbsd/src/external/gpl3/gdb/dist/sim/m32r/
Dtraps.c870 struct itimerval value, ovalue; in m32r_trap() local
882 result = setitimer (arg1, &value, &ovalue); in m32r_trap()
888 translate_endian_h2t (&ovalue, sizeof(ovalue)); in m32r_trap()
889 if ((s.write_mem) (cb, &s, arg3, (char *) &ovalue, sizeof(ovalue)) in m32r_trap()
890 != sizeof(ovalue)) in m32r_trap()
/netbsd/src/external/bsd/libbind/dist/bsd/
Dsetitimer.c22 struct itimerval *ovalue) in __setitimer() argument
/netbsd/src/sys/kern/
Dkern_time.c1364 struct itimerspec value, ovalue, *ovp = NULL; in sys___timer_settime50() local
1370 if (SCARG(uap, ovalue)) in sys___timer_settime50()
1371 ovp = &ovalue; in sys___timer_settime50()
1378 return copyout(&ovalue, SCARG(uap, ovalue), in sys___timer_settime50()
1385 struct itimerspec *ovalue, int flags, struct proc *p) in dotimer_settime() argument
1409 if (ovalue) in dotimer_settime()
1410 itimer_gettime(it, ovalue); in dotimer_settime()
Dsystrace_args.c1754 uarg[3] = (intptr_t) SCARG(p, ovalue); /* struct itimerspec50 * */ in systrace_args()
3395 uarg[3] = (intptr_t) SCARG(p, ovalue); /* struct itimerspec * */ in systrace_args()
/netbsd/src/sys/compat/linux/common/
Dlinux_time.c390 struct itimerspec value, ovalue, *ovp = NULL; in linux_sys_timer_settime() local
401 ovp = &ovalue; in linux_sys_timer_settime()
/netbsd/src/sys/compat/linux32/common/
Dlinux32_time.c445 struct itimerspec value, ovalue, *ovp = NULL; in linux32_sys_timer_settime() local
456 ovp = &ovalue; in linux32_sys_timer_settime()
/netbsd/src/sys/arch/usermode/usermode/
Dthunk.c253 struct thunk_itimerval *ovalue) in thunk_setitimer() argument
262 if (ovalue) in thunk_setitimer()
263 thunk_from_itimerval(&oit, ovalue); in thunk_setitimer()
/netbsd/src/share/doc/psd/05.sysman/
Dspell.ok376 ovalue
/netbsd/src/sys/sys/
Dsyscallargs.h1530 syscallarg(struct itimerspec50 *) ovalue;
2932 syscallarg(struct itimerspec *) ovalue;
/netbsd/src/sys/rump/librump/rumpkern/
Drump_syscalls.c5553 …_settime50(timer_t timerid, int flags, const struct itimerspec * value, struct itimerspec * ovalue) in rump___sysimpl_timer_settime50() argument
5564 SPARG(&callarg, ovalue) = ovalue; in rump___sysimpl_timer_settime50()
/netbsd/src/share/man/tools/
Dnewsp.errs1484 ovalue
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc3937 tree ovalue = value; in case_conversion() local
3945 || !INTEGRAL_OR_UNSCOPED_ENUMERATION_TYPE_P (TREE_TYPE (ovalue)))) in case_conversion()
3949 value = ovalue; in case_conversion()