Searched refs:oits (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/kern/ |
H A D | sys_timerfd.c | 578 struct itimerspec oits; in sys_timerfd_gettime() local 581 error = do_timerfd_gettime(l, SCARG(uap, fd), &oits, retval); in sys_timerfd_gettime() 583 error = copyout(&oits, SCARG(uap, curr_value), sizeof(oits)); in sys_timerfd_gettime() 674 struct itimerspec nits, oits, *oitsp = NULL; in sys_timerfd_settime() local 683 oitsp = &oits; in sys_timerfd_settime()
|
/netbsd/sys/compat/linux/common/ |
H A D | linux_time.c | 535 struct itimerspec nits, oits, *oitsp = NULL; in linux_sys_timerfd_settime() local 553 oitsp = &oits; in linux_sys_timerfd_settime()
|
/netbsd/sys/compat/linux32/common/ |
H A D | linux32_time.c | 538 struct itimerspec nits, oits, *oitsp = NULL; in linux32_sys_timerfd_settime() local 556 oitsp = &oits; in linux32_sys_timerfd_settime()
|
/netbsd/sys/compat/netbsd32/ |
H A D | netbsd32_time.c | 549 struct itimerspec its, oits, *oitsp = NULL; in netbsd32_timerfd_settime() local 561 oitsp = &oits; in netbsd32_timerfd_settime()
|