FreeBSD kernel kern code
sigaction_args Struct Reference

Data Fields

int sig
 
struct sigaction * act
 
struct sigaction * oact
 

Detailed Description

Definition at line 852 of file kern_sig.c.

Field Documentation

◆ act

struct sigaction* sigaction_args::act

Definition at line 854 of file kern_sig.c.

Referenced by sys_sigaction(), and systrace_args().

◆ oact

struct sigaction* sigaction_args::oact

Definition at line 855 of file kern_sig.c.

Referenced by sys_sigaction(), and systrace_args().

◆ sig

int sigaction_args::sig

Definition at line 853 of file kern_sig.c.

Referenced by sys_sigaction(), and systrace_args().


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