Searched refs:linux_vfork (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_fork.c | 106 linux_vfork(struct thread *td, struct linux_vfork_args *args) in linux_vfork() function
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 78 { 0, (sy_call_t *)linux_vfork, AUE_VFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 58 = linux_vfork */
|
| H A D | linux_proto.h | 1292 int linux_vfork(struct thread *, struct linux_vfork_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 210 { 0, (sy_call_t *)linux_vfork, AUE_VFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 190 = linux_vfork */
|
| H A D | linux32_proto.h | 1651 int linux_vfork(struct thread *, struct linux_vfork_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 210 { 0, (sy_call_t *)linux_vfork, AUE_VFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 190 = linux_vfork */
|
| H A D | linux_proto.h | 1670 int linux_vfork(struct thread *, struct linux_vfork_args *);
|