Searched refs:mll (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c30 static struct mod_list mll[99]; variable in typeref:struct:mod_list
793 mbi.mods_addr = (int) mll;
795 mll[mbi.mods_count].cmdline = (int) arg;
796 mll[mbi.mods_count].mod_start = cur_addr;
798 mll[mbi.mods_count].mod_end = cur_addr;
799 mll[mbi.mods_count].pad = 0;

Completed in 59 milliseconds