Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_time.c223 struct clock_gettime_args { struct
230 sys_clock_gettime(struct thread *td, struct clock_gettime_args *uap) in sys_clock_gettime() argument
/NextBSD/sys/sys/
HDsysproto.h657 struct clock_gettime_args { struct
658 char clock_id_l_[PADL_(clockid_t)]; clockid_t clock_id; char clock_id_r_[PADR_(clockid_t)];
659 char tp_l_[PADL_(struct timespec *)]; struct timespec * tp; char tp_r_[PADR_(struct timespec *)];