Searched refs:mods_count (Results 1 – 8 of 8) sorted by relevance
/external/grub/stage2/ |
D | boot.c | 481 mbi.mods_count = 0; in load_image() 785 mll[mbi.mods_count].cmdline = (int) arg; in load_module() 786 mll[mbi.mods_count].mod_start = cur_addr; in load_module() 788 mll[mbi.mods_count].mod_end = cur_addr; in load_module() 789 mll[mbi.mods_count].pad = 0; in load_module() 792 mbi.mods_count++; in load_module()
|
D | mb_info.h | 122 unsigned long mods_count; member
|
/external/grub/docs/ |
D | kernel.c | 93 (int) mbi->mods_count, (int) mbi->mods_addr); in cmain() 95 i < mbi->mods_count; in cmain()
|
D | multiboot.h | 87 unsigned long mods_count; member
|
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;
|
D | multiboot.h.texi | 87 unsigned long mods_count;
|
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;
|
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,
|