Home
last modified time | relevance | path

Searched refs:linux_fork (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/modules/linux64/
H A DMakefile8 SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \
/freebsd-12.1/sys/modules/linux/
H A DMakefile13 SRCS= linux_fork.c linux${SFX}_dummy.c linux_file.c linux_event.c \
/freebsd-12.1/sys/compat/linux/
H A Dlinux_fork.c70 linux_fork(struct thread *td, struct linux_fork_args *args) in linux_fork() function
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c77 { 0, (sy_call_t *)linux_fork, AUE_FORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 57 = linux_fork */
H A Dlinux_proto.h1291 int linux_fork(struct thread *, struct linux_fork_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c22 { 0, (sy_call_t *)linux_fork, AUE_FORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 2 = linux_fork */
H A Dlinux32_proto.h1513 int linux_fork(struct thread *, struct linux_fork_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c22 { 0, (sy_call_t *)linux_fork, AUE_FORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 2 = linux_fork */
H A Dlinux_proto.h1531 int linux_fork(struct thread *, struct linux_fork_args *);
/freebsd-12.1/sys/conf/
H A Dfiles.i38693 compat/linux/linux_fork.c optional compat_linux
H A Dfiles.amd64660 compat/linux/linux_fork.c optional compat_linux32