Home
last modified time | relevance | path

Searched refs:MB_CMDLINE_BUFLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h113 #define MB_CMDLINE_BUFLEN 0x6000 macro
H A Dbuiltins.c2860 if (len + 1 > MB_CMDLINE_BUFLEN) in kernel_func()
3133 if (mb_cmdline + len + 1 > (char *) MB_CMDLINE_BUF + MB_CMDLINE_BUFLEN) in module_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog7755 (MB_CMDLINE_BUFLEN): Likewise.