Symbol: mod_depend
stand/boot/common/bootstrap.h
191
struct mod_depend;
stand/boot/common/bootstrap.h
237
int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
stand/boot/common/load_elf.c
592
struct mod_depend *mdepend;
stand/boot/common/load_elf_obj.c
328
struct mod_depend *mdepend;
stand/boot/common/module.c
337
struct mod_depend *verinfo;
stand/boot/common/module.c
348
verinfo = (struct mod_depend*)md->md_data;
stand/boot/common/module.c
466
mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[])
stand/boot/common/module.c
589
struct mod_depend *verinfo)
stand/boot/common/module.c
60
static struct kernel_module * file_findmodule(struct preloaded_file *fp, char *modname, struct mod_depend *verinfo);
stand/boot/common/module.c
62
static char *mod_searchmodule(char *name, struct mod_depend *verinfo);
stand/boot/common/module.c
776
struct mod_depend *verinfo)
stand/boot/common/module.c
847
mod_searchmodule(char *name, struct mod_depend *verinfo)
stand/boot/common/module.c
871
struct mod_depend mdepend;
sys/kern/kern_linker.c
1091
modlist_lookup2(const char *name, struct mod_depend *verinfo)
sys/kern/kern_linker.c
1114
linker_reference_module(const char *modname, struct mod_depend *verinfo,
sys/kern/kern_linker.c
1137
linker_release_module(const char *modname, struct mod_depend *verinfo,
sys/kern/kern_linker.c
1215
struct mod_depend *verinfo;
sys/kern/kern_linker.c
1509
struct linker_file *parent, struct mod_depend *verinfo,
sys/kern/kern_linker.c
1583
struct mod_depend *verinfo;
sys/kern/kern_linker.c
85
struct linker_file *parent, struct mod_depend *verinfo,
sys/sys/linker.h
244
int linker_reference_module(const char *modname, struct mod_depend *verinfo,
sys/sys/linker.h
246
int linker_release_module(const char *modname, struct mod_depend *verinfo,
sys/sys/module.h
112
static struct mod_depend _##module##_depend_on_##mdepend = { \