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.c1400 struct ktimer_settime_args { global() struct
1408 ovaluektimer_settime_args sys_ktimer_settime() argument
/freebsd/sys/sys/
H A Dsysproto.h639 struct ktimer_settime_args { struct
640 char timerid_l_[PADL_(int)]; int timerid; char timerid_r_[PADR_(int)];
641 char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
642 …t itimerspec *)]; const struct itimerspec * value; char value_r_[PADR_(const struct itimerspec *)];
643 …ADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struct itimerspec *)];