FreeBSD kernel kern code
|
Data Fields | |
int | version |
char | name [MAXMODNAME] |
int | refs |
int | id |
Definition at line 366 of file kern_module.c.
int module_stat_v1::id |
Definition at line 370 of file kern_module.c.
char module_stat_v1::name[MAXMODNAME] |
Definition at line 368 of file kern_module.c.
int module_stat_v1::refs |
Definition at line 369 of file kern_module.c.
int module_stat_v1::version |
Definition at line 367 of file kern_module.c.