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.h1867 struct timerfd_settime_args { struct
1868 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1869 char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
1870 …spec *)]; const struct itimerspec * new_value; char new_value_r_[PADR_(const struct itimerspec *)];
1871 …truct itimerspec *)]; struct itimerspec * old_value; char old_value_r_[PADR_(struct itimerspec *)];