Lines Matching defs:module
111 struct module { struct112 struct module *next; argument113 const char *name;114 int gpl_compatible;115 struct symbol *unres;116 int seen;117 int skip;118 int has_init;119 int has_cleanup;120 struct buffer dev_table_buf;121 char srcversion[25];122 int is_dot_o;