Home
last modified time | relevance | path

Searched refs:linux_gettimeofday_args (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_machdep.c606 linux_gettimeofday(struct thread *td, struct linux_gettimeofday_args *uap) in linux_gettimeofday()
Dlinux32_sysent.c98 …{ AS(linux_gettimeofday_args), (sy_call_t *)linux_gettimeofday, AUE_NULL, NULL, 0, 0, 0, SY_THR_ST…
Dlinux32_proto.h251 struct linux_gettimeofday_args { struct
1594 int linux_gettimeofday(struct thread *, struct linux_gettimeofday_args *);
Dlinux32_systrace_args.c516 struct linux_gettimeofday_args *p = params; in systrace_args()