Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_time.c582 struct settimeofday_args { struct
589 sys_settimeofday(struct thread *td, struct settimeofday_args *uap) in sys_settimeofday() argument
/NextBSD/sys/sys/
HDsysproto.h408 struct settimeofday_args { struct
409 char tv_l_[PADL_(struct timeval *)]; struct timeval * tv; char tv_r_[PADR_(struct timeval *)];
410 …har tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];