Searched refs:mod_end (Results 1 – 11 of 11) sorted by relevance
| /onnv-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | multiboot.h | 102 unsigned long mod_end; member
|
| H A D | kernel.c | 99 (unsigned) mod->mod_end, in cmain()
|
| H A D | kernel.c.texi | 97 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n", 99 (unsigned) mod->mod_end,
|
| H A D | multiboot.h.texi | 102 unsigned long mod_end;
|
| H A D | multiboot.info | 682 4 | mod_end | 1156 unsigned long mod_end; 1367 printf (" mod_start = 0x%x, mod_end = 0x%x, string = %s\n", 1369 (unsigned) mod->mod_end,
|
| H A D | multiboot.texi | 727 4 | mod_end |
|
| /onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | mb_info.h | 28 unsigned long mod_end; member
|
| H A D | boot.c | 798 mll[mbi.mods_count].mod_end = cur_addr; in load_module()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | multiboot.h | 82 caddr32_t mod_end; member
|
| /onnv-gate/usr/src/uts/i86pc/dboot/ |
| H A D | dboot_startkern.c | 818 (ulong_t)mod->mod_start, (ulong_t)mod->mod_end); in init_mem_alloc() 821 if (mod->mod_start > mod->mod_end) { in init_mem_alloc() 825 modules[i].bm_size = mod->mod_end - mod->mod_start; in init_mem_alloc() 827 check_higher(mod->mod_end); in init_mem_alloc()
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | fastboot.c | 544 mbp->mod_end = nk->fi_files[FASTBOOT_BOOTARCHIVE].fb_next_pa; in fastboot_build_mbi()
|