Searched refs:linux_execve (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_machdep.c | 66 linux_execve(struct thread *td, struct linux_execve_args *uap) in linux_execve() function
|
| H A D | linux_sysent.c | 241 …{ AS(linux_execve_args), (sy_call_t *)linux_execve, AUE_EXECVE, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 1233 int linux_execve(struct thread *, struct linux_execve_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_machdep.c | 97 linux_execve(struct thread *td, struct linux_execve_args *args) in linux_execve() function
|
| H A D | linux_sysent.c | 79 …{ AS(linux_execve_args), (sy_call_t *)linux_execve, AUE_EXECVE, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 1293 int linux_execve(struct thread *, struct linux_execve_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 103 linux_execve(struct thread *td, struct linux_execve_args *args) in linux_execve() function
|
| H A D | linux_sysent.c | 31 …{ AS(linux_execve_args), (sy_call_t *)linux_execve, AUE_EXECVE, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 1537 int linux_execve(struct thread *, struct linux_execve_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 130 linux_execve(struct thread *td, struct linux_execve_args *args) in linux_execve() function
|
| H A D | linux32_sysent.c | 31 …{ AS(linux_execve_args), (sy_call_t *)linux_execve, AUE_EXECVE, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux32_proto.h | 1519 int linux_execve(struct thread *, struct linux_execve_args *);
|