module 47 bsp/boot/common/bootinfo.c print_module(struct module *m) module 61 bsp/boot/common/bootinfo.c struct module *m; module 86 bsp/boot/common/bootinfo.c m = (struct module *)&bi->tasks[0]; module 40 bsp/boot/common/elf.c static int load_executable(char *, struct module *); module 41 bsp/boot/common/elf.c static int load_relocatable(char *, struct module *); module 53 bsp/boot/common/elf.c load_elf(char *img, struct module *m) module 110 bsp/boot/common/elf.c load_executable(char *img, struct module *m) module 275 bsp/boot/common/elf.c load_relocatable(char *img, struct module *m) module 40 bsp/boot/common/load.c static int load_module(struct ar_hdr *, struct module *); module 61 bsp/boot/common/load.c struct module *m; module 102 bsp/boot/common/load.c m = (struct module *)&bi->tasks[0]; module 151 bsp/boot/common/load.c load_module(struct ar_hdr *hdr, struct module *m) module 41 bsp/boot/include/load.h int load_elf(char *, struct module *); module 59 include/sys/bootinfo.h struct module module 100 include/sys/bootinfo.h struct module kernel; /* kernel image */ module 101 include/sys/bootinfo.h struct module driver; /* driver image */ module 102 include/sys/bootinfo.h struct module tasks[1]; /* boot tasks image */ module 86 sys/include/vm.h int vm_load(vm_map_t, struct module *, void **); module 545 sys/kern/device.c struct module *mod; module 475 sys/kern/task.c struct module *mod; module 674 sys/mem/vm.c vm_load(vm_map_t map, struct module *mod, void **stack) module 454 sys/mem/vm_nommu.c vm_load(vm_map_t map, struct module *mod, void **stack)