FreeBSD kernel kern code
abort2_args Struct Reference

Data Fields

char * why
 
int nargs
 
void ** args
 

Detailed Description

Definition at line 729 of file kern_exit.c.

Field Documentation

◆ args

void** abort2_args::args

Definition at line 732 of file kern_exit.c.

Referenced by sys_abort2(), and systrace_args().

◆ nargs

int abort2_args::nargs

Definition at line 731 of file kern_exit.c.

Referenced by sys_abort2(), and systrace_args().

◆ why

char* abort2_args::why

Definition at line 730 of file kern_exit.c.

Referenced by sys_abort2(), and systrace_args().


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