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