Searched defs:timerid (Results 1 - 5 of 5) sorted by relevance

/src/lib/libc/compat/sys/
H A Dcompat_itimer.c73 getitimer(int timerid, struct itimerval50 *tim50) argument
H A Dcompat_timer.c74 timer_gettime(timer_t timerid, struct itimerspec50 *tim50) argument
/src/sys/kern/
H A Dkern_time.c1223 timer_t timerid; local in function:timer_create1
1314 timer_t timerid; local in function:sys_timer_delete
1385 dotimer_settime(int timerid,struct itimerspec * value,struct itimerspec * ovalue,int flags,struct proc * p) argument
1481 dotimer_gettime(int timerid,struct proc * p,struct itimerspec * its) argument
1516 int timerid; local in function:sys_timer_getoverrun
[all...]
/src/sys/arch/usermode/usermode/
H A Dthunk.c314 timer_t timerid; local in function:thunk_timer_attach
327 thunk_timer_start(timer_t timerid, int freq) argument
339 thunk_timer_getoverrun(timer_t timerid) argument
/src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c2593 rump___sysimpl_timer_create(clockid_t clock_id, struct sigevent * evp, timer_t * timerid) argument
2623 rump___sysimpl_timer_delete(timer_t timerid) argument
2651 rump___sysimpl_timer_getoverrun(timer_t timerid) argument
5555 rump___sysimpl_timer_settime50(timer_t timerid, in argument
5587 rump___sysimpl_timer_gettime50(timer_t timerid,struct itimerspec * value) argument
[all...]

Completed in 14 milliseconds