Home
last modified time | relevance | path

Searched refs:mods_count (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dboot.c481 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 Dmb_info.h122 unsigned long mods_count; member
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dkernel.c93 (int) mbi->mods_count, (int) mbi->mods_addr); in cmain()
95 i < mbi->mods_count; in cmain()
H A Dmultiboot.h87 unsigned long mods_count; member
H A Dkernel.c.texi92 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 Dmultiboot.h.texi87 unsigned long mods_count;
H A Dmultiboot.info588 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 Dmultiboot.texi624 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 Dmultiboot.h163 uint32_t mods_count; member
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c983 return (mb_info->mods_count); in dboot_multiboot_modcount()