Searched refs:cmain (Results 1 – 14 of 14) sorted by relevance
/external/grub/docs/ |
D | kernel.c | 44 void cmain (unsigned long magic, unsigned long addr); 53 cmain (unsigned long magic, unsigned long addr) in cmain() function
|
D | boot.S | 66 call EXT_C(cmain)
|
D | boot.S.texi | 66 call EXT_C(cmain)
|
D | kernel.c.texi | 44 void cmain (unsigned long magic, unsigned long addr); 53 cmain (unsigned long magic, unsigned long addr)
|
D | multiboot.info | 1030 stack pointer and `EFLAGS', and then call the function `cmain' defined 1031 in `kernel.c'. If `cmain' returns to the callee, then it shows a 1034 `cmain', which checks if the magic number passed by the boot loader is 1248 call EXT_C(cmain) 1314 void cmain (unsigned long magic, unsigned long addr); 1323 cmain (unsigned long magic, unsigned long addr)
|
D | multiboot.texi | 1102 and then call the function @code{cmain} defined in @file{kernel.c}. If 1103 @code{cmain} returns to the callee, then it shows a message to inform 1105 key. The file @file{kernel.c} contains the function @code{cmain},
|
/external/grub/stage2/ |
D | stage1_5.c | 31 cmain (void) in cmain() function
|
D | common.c | 336 cmain (); in init_bios_info()
|
D | shared.h | 696 void cmain (void);
|
D | stage2.c | 841 cmain (void) in cmain() function
|
/external/grub/ |
D | acinclude.m4 | 48 cmain (void)
|
D | ChangeLog | 29 * stage2/stage2.c (cmain): Initialize DEFAULT_FILE to an empty 100 * docs/kernel.c.texi (cmain): Incremement mod by one, instead of 102 * docs/kernel.c (cmain): Do the same. 124 * stage2/stage2.c (cmain): Terminate DEFAULT_FILE with NUL 176 (cmain): Likewise. Also, get a saved entry from a default file 1616 (cmain): Check if SAVED_SECTOR was set appropriately after 1774 (cmain): New internal function, reset. This function resets 2381 * stage2/stage2.c (cmain): If the default entry is wrong, set it 2494 * stage2/stage2.c (cmain): If DEFAULT_ENTRY is out of entries, 2608 * docs/kernel.c (cmain): Cast unsigned long variables to [all …]
|
D | config.log | 206 conftest.c:3: warning: no previous prototype for 'cmain'
|
D | configure | 3877 cmain (void)
|