Searched defs:module (Results 1 – 2 of 2) sorted by relevance
105 struct module { struct106 struct module *next; argument107 const char *name;108 int gpl_compatible;109 struct symbol *unres;110 int seen;111 int skip;112 int has_init;113 int has_cleanup;114 struct buffer dev_table_buf;[all …]
144 struct module *module; member188 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()