Searched refs:linux_clone (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_fork.c | 403 linux_clone(struct thread *td, struct linux_clone_args *args) in linux_clone() function
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 240 …{ AS(linux_clone_args), (sy_call_t *)linux_clone, AUE_RFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22…
|
| H A D | linux_proto.h | 1232 int linux_clone(struct thread *, struct linux_clone_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 76 …{ AS(linux_clone_args), (sy_call_t *)linux_clone, AUE_RFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 56…
|
| H A D | linux_proto.h | 1290 int linux_clone(struct thread *, struct linux_clone_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 140 …{ AS(linux_clone_args), (sy_call_t *)linux_clone, AUE_RFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12…
|
| H A D | linux32_proto.h | 1599 int linux_clone(struct thread *, struct linux_clone_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 140 …{ AS(linux_clone_args), (sy_call_t *)linux_clone, AUE_RFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 12…
|
| H A D | linux_proto.h | 1618 int linux_clone(struct thread *, struct linux_clone_args *);
|