Searched refs:linux_kill (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_signal.c | 482 linux_kill(struct thread *td, struct linux_kill_args *args) in linux_kill() function
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 149 …{ AS(linux_kill_args), (sy_call_t *)linux_kill, AUE_KILL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 129 =…
|
| H A D | linux_proto.h | 1161 int linux_kill(struct thread *, struct linux_kill_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 82 …{ AS(linux_kill_args), (sy_call_t *)linux_kill, AUE_KILL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 62 = …
|
| H A D | linux_proto.h | 1296 int linux_kill(struct thread *, struct linux_kill_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 57 …{ AS(linux_kill_args), (sy_call_t *)linux_kill, AUE_KILL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 37 = …
|
| H A D | linux32_proto.h | 1539 int linux_kill(struct thread *, struct linux_kill_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 57 …{ AS(linux_kill_args), (sy_call_t *)linux_kill, AUE_KILL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 37 = …
|
| H A D | linux_proto.h | 1558 int linux_kill(struct thread *, struct linux_kill_args *);
|