MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_kill

Function sys_kill

freebsd/kern/kern_sig.c:1785–1790  ·  view source on GitHub ↗

ARGSUSED */

Source from the content-addressed store, hash-verified

1783#endif
1784/* ARGSUSED */
1785int
1786sys_kill(struct thread *td, struct kill_args *uap)
1787{
1788
1789 return (kern_kill(td, uap->pid, uap->signum));
1790}
1791
1792int
1793kern_kill(struct thread *td, pid_t pid, int signum)

Callers

nothing calls this directly

Calls 1

kern_killFunction · 0.85

Tested by

no test coverage detected