Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_time.c1443 struct ktimer_settime_args { struct
1451 sys_ktimer_settime(struct thread *td, struct ktimer_settime_args *uap) in sys_ktimer_settime() argument
/freebsd/sys/sys/
H A Dsysproto.h631 struct ktimer_settime_args { struct
632 char timerid_l_[PADL_(int)]; int timerid; char timerid_r_[PADR_(int)];
633 char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
634 …t itimerspec *)]; const struct itimerspec * value; char value_r_[PADR_(const struct itimerspec *)];
635 …ADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struct itimerspec *)];