HomeSort by: relevance | last modified time | path
    Searched refs:ovalue (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/compat/common/
kern_time_50.c 511 syscallarg(struct itimerspec50 *) ovalue;
514 struct itimerspec value, ovalue, *ovp = NULL; local in function:compat_50_sys_timer_settime
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 in function:netbsd32___timer_settime50
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 in function:compat_50_netbsd32_timer_settime
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;
2401 syscallarg(netbsd32_itimerspecp_t) ovalue;
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 in function:video_set_ctrl
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 1361 syscallarg(struct itimerspec *) ovalue;
1364 struct itimerspec value, ovalue, *ovp = NULL; local in function:sys___timer_settime50
1370 if (SCARG(uap, ovalue))
1371 ovp = &ovalue;
1378 return copyout(&ovalue, SCARG(uap, ovalue),
1385 struct itimerspec *ovalue, int flags, struct proc *p)
1409 if (ovalue)
1410 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 in function:linux_sys_timer_settime
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 in function:linux32_sys_timer_settime
456 ovp = &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/arch/usermode/usermode/
thunk.c 253 struct thunk_itimerval *ovalue)
262 if (ovalue)
263 thunk_from_itimerval(&oit, ovalue);
  /src/sys/sys/
syscallargs.h 1530 syscallarg(struct itimerspec50 *) ovalue;
2932 syscallarg(struct itimerspec *) ovalue;
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 5553 rump___sysimpl_timer_settime50(timer_t timerid, int flags, const struct itimerspec * value, struct itimerspec * ovalue)
5564 SPARG(&callarg, ovalue) = ovalue;

Completed in 165 milliseconds