FreeBSD kernel kern code
sigaltstack_args Struct Reference

Data Fields

stack_t * ss
 
stack_t * oss
 

Detailed Description

Definition at line 1648 of file kern_sig.c.

Field Documentation

◆ oss

stack_t* sigaltstack_args::oss

Definition at line 1650 of file kern_sig.c.

Referenced by sys_sigaltstack(), and systrace_args().

◆ ss

stack_t* sigaltstack_args::ss

Definition at line 1649 of file kern_sig.c.

Referenced by sys_sigaltstack(), and systrace_args().


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