| /src/sys/compat/common/ |
| kern_time_50.c | 511 syscallarg(struct itimerspec50 *) ovalue; 514 struct itimerspec value, ovalue, *ovp = NULL; local 521 if (SCARG(uap, ovalue)) 522 ovp = &ovalue; 529 itimerspec_to_itimerspec50(&ovalue, &ovalue50); 530 return copyout(&ovalue50, SCARG(uap, ovalue), sizeof(ovalue50));
|
| /src/sys/compat/netbsd32/ |
| netbsd32_time.c | 463 syscallarg(netbsd32_itimerspecp_t) ovalue; 466 struct itimerspec value, ovalue, *ovp = NULL; local 474 if (SCARG_P32(uap, ovalue)) 475 ovp = &ovalue; 485 return copyout(&its32, SCARG_P32(uap, ovalue), sizeof(its32));
|
| netbsd32_compat_50.c | 388 syscallarg(netbsd32_itimerspec50p_t) ovalue; 391 struct itimerspec value, ovalue, *ovp = NULL; local 399 if (SCARG_P32(uap, ovalue)) 400 ovp = &ovalue; 410 return copyout(&its32, SCARG_P32(uap, ovalue), sizeof(its32));
|
| netbsd32_syscallargs.h | 1256 syscallarg(netbsd32_itimerspec50p_t) ovalue; member in struct:compat_50_netbsd32_timer_settime_args 2401 syscallarg(netbsd32_itimerspecp_t) ovalue; member in struct:netbsd32___timer_settime50_args
|
| netbsd32_systrace_args.c | 1693 uarg[3] = (intptr_t) SCARG(p, ovalue).i32; /* netbsd32_itimerspec50p_t */ 3212 uarg[3] = (intptr_t) SCARG(p, ovalue).i32; /* netbsd32_itimerspecp_t */
|
| /src/usr.bin/videoctl/ |
| videoctl.c | 638 int32_t ovalue; local 647 ovalue = ctrl.value; 657 printf("ctrl.%s: %d -> %d\n", ctrlname, ovalue, ctrl.value); 659 printf("ctrl.%08x: %d -> %d\n", ctrl.id, ovalue, ctrl.value);
|
| /src/sys/kern/ |
| kern_time.c | 1362 syscallarg(struct itimerspec *) ovalue; 1365 struct itimerspec value, ovalue, *ovp = NULL; local 1371 if (SCARG(uap, ovalue)) 1372 ovp = &ovalue; 1379 return copyout(&ovalue, SCARG(uap, ovalue), 1386 struct itimerspec *ovalue, int flags, struct proc *p) 1410 if (ovalue) 1411 itimer_gettime(it, ovalue);
|
| systrace_args.c | 1754 uarg[3] = (intptr_t) SCARG(p, ovalue); /* struct itimerspec50 * */ 3395 uarg[3] = (intptr_t) SCARG(p, ovalue); /* struct itimerspec * */
|
| /src/sys/compat/linux/common/ |
| linux_time.c | 390 struct itimerspec value, ovalue, *ovp = NULL; local 401 ovp = &ovalue;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| 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);
|
| /src/sys/compat/linux32/common/ |
| linux32_time.c | 445 struct itimerspec value, ovalue, *ovp = NULL; local 456 ovp = &ovalue;
|
| /src/sys/arch/usermode/usermode/ |
| thunk.c | 253 struct thunk_itimerval *ovalue) 262 if (ovalue) 263 thunk_from_itimerval(&oit, ovalue);
|
| /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| netbsd_syscall_hooks.h | 1221 ovalue) \ 1224 (long long)(ovalue)) 1226 value, ovalue) \ 1229 (long long)(ovalue)) 2450 ovalue) \ 2453 (long long)(ovalue)) 2455 ovalue) \ 2458 (long long)(ovalue)) 3629 long long ovalue); 3634 long long ovalue); [all...] |
| linux_syscall_hooks.h | 183 #define __sanitizer_syscall_pre_setitimer(which, value, ovalue) \ 185 (long)(ovalue)) 186 #define __sanitizer_syscall_post_setitimer(res, which, value, ovalue) \ 188 (long)(ovalue)) 2102 long ovalue); 2104 long ovalue);
|
| /src/sys/sys/ |
| syscallargs.h | 1530 syscallarg(struct itimerspec50 *) ovalue; member in struct:compat_50_sys_timer_settime_args 2932 syscallarg(struct itimerspec *) ovalue; member in struct:sys___timer_settime50_args
|
| /src/sys/rump/librump/rumpkern/ |
| rump_syscalls.c | 5555 rump___sysimpl_timer_settime50(timer_t timerid, int flags, const struct itimerspec * value, struct itimerspec * ovalue) 5566 SPARG(&callarg, ovalue) = ovalue;
|