FreeBSD kernel kern code
|
Data Fields | |
char * | why |
int | nargs |
void ** | args |
Definition at line 643 of file kern_exit.c.
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().