Searched refs:linux_fork (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/modules/linux64/ |
| H A D | Makefile | 8 SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \
|
| /freebsd-12.1/sys/modules/linux/ |
| H A D | Makefile | 13 SRCS= linux_fork.c linux${SFX}_dummy.c linux_file.c linux_event.c \
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_fork.c | 70 linux_fork(struct thread *td, struct linux_fork_args *args) in linux_fork() function
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 77 { 0, (sy_call_t *)linux_fork, AUE_FORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 57 = linux_fork */
|
| H A D | linux_proto.h | 1291 int linux_fork(struct thread *, struct linux_fork_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 22 { 0, (sy_call_t *)linux_fork, AUE_FORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 2 = linux_fork */
|
| H A D | linux32_proto.h | 1513 int linux_fork(struct thread *, struct linux_fork_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 22 { 0, (sy_call_t *)linux_fork, AUE_FORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 2 = linux_fork */
|
| H A D | linux_proto.h | 1531 int linux_fork(struct thread *, struct linux_fork_args *);
|
| /freebsd-12.1/sys/conf/ |
| H A D | files.i386 | 93 compat/linux/linux_fork.c optional compat_linux
|
| H A D | files.amd64 | 660 compat/linux/linux_fork.c optional compat_linux32
|