Lines Matching refs:mod
154 struct opd_module * mod;
206 mod = opd_find_module_by_name(modname);
229 mod->image = opd_get_kernel_image(filename, NULL, 0, 0);
230 mod->image->ref_count++;
243 sscanf(line, "%lx", &mod->start);
244 sscanf(cp2, "%lu", &mod->end);
245 mod->end += mod->start;
278 uint mod = 0;
295 while (mod < nr_mods) {
304 mod++;