1SYS_KILL(9) Driver Basics SYS_KILL(9) 2 3 4
SYS_KILL(9) Driver Basics SYS_KILL(9)
6 sys_kill - send a signal to a process 7
sys_kill - send a signal to a process
9 long sys_kill(pid_t pid, int sig); 10
long sys_kill(pid_t pid, int sig);
12 pid 13 the PID of the process 14 15 sig 16 signal to be sent 17
pid
the PID of the process
sig
signal to be sent
19Kernel Hackers Manual 3.10 June 2019 SYS_KILL(9)
Kernel Hackers Manual 3.10 June 2019 SYS_KILL(9)