Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dsysproto.h1873 struct timerfd_settime_args { struct
1874 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
1875 char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
1876 …spec *)]; const struct itimerspec * new_value; char new_value_r_[PADR_(const struct itimerspec *)];
1877 …truct itimerspec *)]; struct itimerspec * old_value; char old_value_r_[PADR_(struct itimerspec *)];