Home
last modified time | relevance | path

Searched defs:getitimer_args (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_time.c736 struct getitimer_args { struct
742 sys_getitimer(struct thread *td, struct getitimer_args *uap) in sys_getitimer() argument
/f-stack/freebsd/sys/
H A Dsysproto.h312 struct getitimer_args { struct
313 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
314 … itv_l_[PADL_(struct itimerval *)]; struct itimerval * itv; char itv_r_[PADR_(struct itimerval *)];