Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_time.c656 struct getitimer_args { struct
662 sys_getitimer(struct thread *td, struct getitimer_args *uap) in sys_getitimer() argument
/NextBSD/sys/sys/
HDsysproto.h322 struct getitimer_args { struct
323 char which_l_[PADL_(u_int)]; u_int which; char which_r_[PADR_(u_int)];
324 … itv_l_[PADL_(struct itimerval *)]; struct itimerval * itv; char itv_r_[PADR_(struct itimerval *)];