/netbsd-src/sys/compat/common/ |
H A 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/usr.bin/videoctl/ |
H A D | videoctl.c | 578 int32_t ovalue; in video_set_ctrl() local 587 ovalue = ctrl.value; in video_set_ctrl() 597 printf("ctrl.%s: %d -> %d\n", ctrlname, ovalue, ctrl.value); in video_set_ctrl() 599 printf("ctrl.%08x: %d -> %d\n", ctrl.id, ovalue, ctrl.value); in video_set_ctrl()
|
/netbsd-src/sys/compat/netbsd32/ |
H A 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()
|
H A 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()
|
H A D | netbsd32_syscallargs.h | 1256 syscallarg(netbsd32_itimerspec50p_t) ovalue; 2401 syscallarg(netbsd32_itimerspecp_t) ovalue;
|
H A 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/bsd/libbind/dist/bsd/ |
H A D | setitimer.c | 22 struct itimerval *ovalue) in __setitimer() argument
|
/netbsd-src/sys/kern/ |
H A D | kern_time.c | 1359 syscallarg(struct itimerspec *) ovalue; in sys___timer_settime50() 1362 struct itimerspec value, ovalue, *ovp = NULL; in sys___timer_settime50() 1368 if (SCARG(uap, ovalue)) in sys___timer_settime50() 1369 ovp = &ovalue; in sys___timer_settime50() 1376 return copyout(&ovalue, SCARG(uap, ovalue), in sys___timer_settime50() 1383 struct itimerspec *ovalue, int flags, struct proc *p) 1407 if (ovalue) in dotimer_settime() 1408 itimer_gettime(it, ovalue); in dotimer_settime() 1365 struct itimerspec value, ovalue, *ovp = NULL; sys___timer_settime50() local 1386 dotimer_settime(int timerid,struct itimerspec * value,struct itimerspec * ovalue,int flags,struct proc * p) dotimer_settime() argument
|
/netbsd-src/sys/compat/linux/common/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | spell.ok | 376 ovalue
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1247 ovalue) \ argument 1250 (long long)(ovalue)) 1252 value, ovalue) \ argument 1255 (long long)(ovalue)) 2478 ovalue) \ argument 2481 (long long)(ovalue)) 2483 ovalue) \ argument 2486 (long long)(ovalue)) 3801 long long ovalue); 3806 long long ovalue); [all …]
|
H A D | linux_syscall_hooks.h | 181 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \ argument 183 (long)(ovalue)) 184 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \ argument 186 (long)(ovalue)) 2100 long ovalue); 2102 long ovalue);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1221 ovalue) \ argument 1224 (long long)(ovalue)) 1226 value, ovalue) \ argument 1229 (long long)(ovalue)) 2450 ovalue) \ argument 2453 (long long)(ovalue)) 2455 ovalue) \ argument 2458 (long long)(ovalue)) 3629 long long ovalue); 3634 long long ovalue); [all …]
|
H A D | linux_syscall_hooks.h | 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \ argument 185 (long)(ovalue)) 186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \ argument 188 (long)(ovalue)) 2102 long ovalue); 2104 long ovalue);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1247 ovalue) \ argument 1250 (long long)(ovalue)) 1252 value, ovalue) \ argument 1255 (long long)(ovalue)) 2478 ovalue) \ argument 2481 (long long)(ovalue)) 2483 ovalue) \ argument 2486 (long long)(ovalue)) 3801 long long ovalue); 3806 long long ovalue); [all …]
|
H A D | linux_syscall_hooks.h | 182 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \ argument 184 (long)(ovalue)) 185 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \ argument 187 (long)(ovalue)) 2110 long ovalue); 2112 long ovalue);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 436 PRE_SYSCALL(setitimer)(long which, void *value, void *ovalue) {} 438 POST_SYSCALL(setitimer)(long res, long which, void *value, void *ovalue) { 441 if (ovalue) POST_WRITE(ovalue, struct_itimerval_sz);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 434 PRE_SYSCALL(setitimer)(long which, void *value, void *ovalue) {} 436 POST_SYSCALL(setitimer)(long res, long which, void *value, void *ovalue) { 439 if (ovalue) POST_WRITE(ovalue, struct_itimerval_sz);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 465 PRE_SYSCALL(setitimer)(long which, void *value, void *ovalue) {} 467 POST_SYSCALL(setitimer)(long res, long which, void *value, void *ovalue) { 471 if (ovalue) 472 POST_WRITE(ovalue, struct_itimerval_sz);
|
/netbsd-src/sys/sys/ |
H A D | syscallargs.h | 1530 syscallarg(struct itimerspec50 *) ovalue; 2932 syscallarg(struct itimerspec *) ovalue;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 5874 tree otype, ovalue; in build_c_cast() local 5995 ovalue = value; in build_c_cast() 6001 if (CONSTANT_CLASS_P (ovalue) && TREE_OVERFLOW (ovalue)) in build_c_cast() 6007 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue); in build_c_cast()
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | rump_syscalls.c | 5553 rump___sysimpl_timer_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/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 5992 tree otype, ovalue; in build_c_cast() local 6113 ovalue = value; in build_c_cast() 6119 if (CONSTANT_CLASS_P (ovalue) && TREE_OVERFLOW (ovalue)) in build_c_cast() 6125 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue); in build_c_cast()
|