Searched defs:ktimer_settime_args (Results 1 – 2 of 2) sorted by relevance
1443 struct ktimer_settime_args { struct1451 sys_ktimer_settime(struct thread *td, struct ktimer_settime_args *uap) in sys_ktimer_settime() argument
631 struct ktimer_settime_args { struct632 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 *)];