Home
last modified time | relevance | path

Searched refs:MB_CMDLINE_BUF (Results 1 – 4 of 4) sorted by relevance

/external/grub/stage2/
Dshared.h93 #define MB_CMDLINE_BUF RAW_ADDR (0x2000) macro
Dbuiltins.c94 mb_cmdline = (char *) MB_CMDLINE_BUF; in init_builtins()
2392 mb_cmdline = (char *) MB_CMDLINE_BUF; in kernel_func()
2646 if (mb_cmdline + len + 1 > (char *) MB_CMDLINE_BUF + MB_CMDLINE_BUFLEN) in module_func()
Dboot.c935 while ((--arg) > (char *) MB_CMDLINE_BUF && *arg != '/'); in bsd_boot()
/external/grub/
DChangeLog7595 * stage2/shared.h (MB_CMDLINE_BUF): New macro.