FreeBSD kernel kern code
module_stat_v1 Struct Reference

Data Fields

int version
 
char name [MAXMODNAME]
 
int refs
 
int id
 

Detailed Description

Definition at line 366 of file kern_module.c.

Field Documentation

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.


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