FreeBSD kernel kern code
abort2_args Struct Reference

Data Fields

char * why
 
int nargs
 
void ** args
 

Detailed Description

Definition at line 643 of file kern_exit.c.

Field Documentation

void** abort2_args::args

Definition at line 646 of file kern_exit.c.

Referenced by sys_abort2(), and systrace_args().

int abort2_args::nargs

Definition at line 645 of file kern_exit.c.

Referenced by sys_abort2(), and systrace_args().

char* abort2_args::why

Definition at line 644 of file kern_exit.c.

Referenced by sys_abort2(), and systrace_args().


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