Home
last modified time | relevance | path

Searched refs:linux_time (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/modules/linux64/
H A DMakefile27 linux_time.c \
/freebsd/sys/modules/linux/
H A DMakefile31 linux_time.c \
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c30 …{ .sy_narg = AS(linux_time_args), .sy_call = (sy_call_t *)linux_time, .sy_auevent = AUE_NULL, .sy_…
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c218 …{ .sy_narg = AS(linux_time_args), .sy_call = (sy_call_t *)linux_time, .sy_auevent = AUE_NULL, .sy_…
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c31 …{ .sy_narg = AS(linux_time_args), .sy_call = (sy_call_t *)linux_time, .sy_auevent = AUE_NULL, .sy_…
/freebsd/sys/compat/linux/
H A Dlinux_misc.c387 linux_time(struct thread *td, struct linux_time_args *args) in linux_time() function