Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h1863 struct timerfd_settime_args { struct
1864 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1865 char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
1866 …spec *)]; const struct itimerspec * new_value; char new_value_r_[PADR_(const struct itimerspec *)];
1867 …truct itimerspec *)]; struct itimerspec * old_value; char old_value_r_[PADR_(struct itimerspec *)];