FreeBSD kernel kern code
swapcontext_args Struct Reference

Data Fields

struct __ucontext * oucp
 
const struct __ucontext_t * ucp
 

Detailed Description

Definition at line 56 of file kern_context.c.

Field Documentation

struct __ucontext* swapcontext_args::oucp

Definition at line 57 of file kern_context.c.

Referenced by sys_swapcontext(), and systrace_args().

const struct __ucontext_t* swapcontext_args::ucp

Definition at line 58 of file kern_context.c.

Referenced by sys_swapcontext(), and systrace_args().


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