Searched refs:mods_count (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | boot.c | 481 mbi.mods_count = 0; in load_image() 795 mll[mbi.mods_count].cmdline = (int) arg; in load_module() 796 mll[mbi.mods_count].mod_start = cur_addr; in load_module() 798 mll[mbi.mods_count].mod_end = cur_addr; in load_module() 799 mll[mbi.mods_count].pad = 0; in load_module() 802 mbi.mods_count++; in load_module()
|
H A D | mb_info.h | 122 unsigned long mods_count; member
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c | 93 (int) mbi->mods_count, (int) mbi->mods_addr); in cmain() 95 i < mbi->mods_count; in cmain()
|
H A D | multiboot.h | 87 unsigned long mods_count; member
|
H A D | kernel.c.texi | 92 printf ("mods_count = %d, mods_addr = 0x%x\n", 93 (int) mbi->mods_count, (int) mbi->mods_addr); 95 i < mbi->mods_count;
|
H A D | multiboot.h.texi | 87 unsigned long mods_count;
|
H A D | multiboot.info | 588 20 | mods_count | (present if flags[3] is set) 674 and where they can be found. `mods_count' contains the number of 676 module structure. `mods_count' may be zero, indicating no boot modules 1141 unsigned long mods_count; 1362 printf ("mods_count = %d, mods_addr = 0x%x\n", 1363 (int) mbi->mods_count, (int) mbi->mods_addr); 1365 i < mbi->mods_count;
|
H A D | multiboot.texi | 624 20 | mods_count | (present if flags[3] is set) 717 kernel image, and where they can be found. @samp{mods_count} contains 719 address of the first module structure. @samp{mods_count} may be zero,
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | multiboot.h | 163 uint32_t mods_count; member
|
/titanic_44/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 983 return (mb_info->mods_count); in dboot_multiboot_modcount()
|