FreeBSD kernel kern code
sigaction_args Struct Reference

Data Fields

int sig
 
struct sigaction * act
 
struct sigaction * oact
 

Detailed Description

Definition at line 776 of file kern_sig.c.

Field Documentation

struct sigaction* sigaction_args::act

Definition at line 778 of file kern_sig.c.

Referenced by systrace_args().

struct sigaction* sigaction_args::oact

Definition at line 779 of file kern_sig.c.

Referenced by systrace_args().

int sigaction_args::sig

Definition at line 777 of file kern_sig.c.

Referenced by systrace_args().


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