| /netbsd/src/sys/compat/common/ |
| D | kern_time_50.c | 514 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/ |
| D | machines.c | 266 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/ |
| D | dv-bfin_gpio.c | 83 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/ |
| D | videoctl.c | 638 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/ |
| D | netbsd32_time.c | 466 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()
|
| D | netbsd32_compat_50.c | 391 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()
|
| D | netbsd32_syscallargs.h | 1256 syscallarg(netbsd32_itimerspec50p_t) ovalue; 2401 syscallarg(netbsd32_itimerspecp_t) ovalue;
|
| D | netbsd32_systrace_args.c | 1693 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/ |
| D | traps.c | 870 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/ |
| D | setitimer.c | 22 struct itimerval *ovalue) in __setitimer() argument
|
| /netbsd/src/sys/kern/ |
| D | kern_time.c | 1364 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()
|
| D | systrace_args.c | 1754 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/ |
| D | linux_time.c | 390 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/ |
| D | linux32_time.c | 445 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/ |
| D | thunk.c | 253 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/ |
| D | spell.ok | 376 ovalue
|
| /netbsd/src/sys/sys/ |
| D | syscallargs.h | 1530 syscallarg(struct itimerspec50 *) ovalue; 2932 syscallarg(struct itimerspec *) ovalue;
|
| /netbsd/src/sys/rump/librump/rumpkern/ |
| D | rump_syscalls.c | 5553 …_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/ |
| D | newsp.errs | 1484 ovalue
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | decl.cc | 3937 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()
|