Searched refs:proc_id (Results 1 – 2 of 2) sorted by relevance
298 pid_t proc_id, id; in process_ksig() local311 proc_id = rmp->mp_pid; in process_ksig()331 id = proc_id; in process_ksig()568 int check_sig(proc_id, signo, ksig) in check_sig() argument569 pid_t proc_id; /* pid of proc to sig, or 0 or -1, or -pgrp */ in check_sig()585 if (proc_id == INIT_PID && signo == SIGKILL) return(EINVAL);588 if (proc_id == -1 && signo == SIGTERM)601 if (proc_id > 0 && proc_id != rmp->mp_pid) continue;602 if (proc_id == 0 && mp->mp_procgrp != rmp->mp_procgrp) continue;603 if (proc_id == -1 && rmp->mp_pid <= INIT_PID) continue;[all …]
67 int check_sig(pid_t proc_id, int signo, int ksig);