Home
last modified time | relevance | path

Searched refs:linux_time_args (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c221 …{ AS(linux_time_args), (sy_call_t *)linux_time, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 201 =…
H A Dlinux_proto.h661 struct linux_time_args { struct
1390 int linux_time(struct thread *, struct linux_time_args *);
H A Dlinux_systrace_args.c1489 struct linux_time_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c33 …{ AS(linux_time_args), (sy_call_t *)linux_time, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = …
H A Dlinux32_proto.h73 struct linux_time_args { struct
1521 int linux_time(struct thread *, struct linux_time_args *);
H A Dlinux32_systrace_args.c111 struct linux_time_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c33 …{ AS(linux_time_args), (sy_call_t *)linux_time, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = …
H A Dlinux_proto.h73 struct linux_time_args { struct
1539 int linux_time(struct thread *, struct linux_time_args *);
H A Dlinux_systrace_args.c111 struct linux_time_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c672 linux_time(struct thread *td, struct linux_time_args *args) in linux_time()