Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_time.c673 struct gettimeofday_args { struct
680 sys_gettimeofday(struct thread *td, struct gettimeofday_args *uap) in sys_gettimeofday() argument
/freebsd/sys/sys/
H A Dsysproto.h363 struct gettimeofday_args { struct
364 char tp_l_[PADL_(struct timeval *)]; struct timeval * tp; char tp_r_[PADR_(struct timeval *)];
365 …har tzp_l_[PADL_(struct timezone *)]; struct timezone * tzp; char tzp_r_[PADR_(struct timezone *)];