FreeBSD kernel kern code
kill_args Struct Reference

Data Fields

int pid
 
int signum
 

Detailed Description

Definition at line 1790 of file kern_sig.c.

Field Documentation

◆ pid

int kill_args::pid

Definition at line 1791 of file kern_sig.c.

Referenced by sys_kill(), and systrace_args().

◆ signum

int kill_args::signum

Definition at line 1792 of file kern_sig.c.

Referenced by sys_kill(), and systrace_args().


The documentation for this struct was generated from the following file: