Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_time.c172 struct clock_getcpuclockid2_args { struct
180 sys_clock_getcpuclockid2(struct thread *td, struct clock_getcpuclockid2_args *uap) in sys_clock_getcpuclockid2() argument
/NextBSD/sys/sys/
HDsysproto.h703 struct clock_getcpuclockid2_args { struct
704 char id_l_[PADL_(id_t)]; id_t id; char id_r_[PADR_(id_t)];
705 char which_l_[PADL_(int)]; int which; char which_r_[PADR_(int)];
706 char clock_id_l_[PADL_(clockid_t *)]; clockid_t * clock_id; char clock_id_r_[PADR_(clockid_t *)];