FreeBSD kernel kern code
swapcontext_args Struct Reference

Data Fields

struct __ucontext * oucp
 
const struct __ucontext_t * ucp
 

Detailed Description

Definition at line 58 of file kern_context.c.

Field Documentation

◆ oucp

struct __ucontext* swapcontext_args::oucp

Definition at line 59 of file kern_context.c.

Referenced by sys_swapcontext(), and systrace_args().

◆ ucp

const struct __ucontext_t* swapcontext_args::ucp

Definition at line 60 of file kern_context.c.

Referenced by sys_swapcontext(), and systrace_args().


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