Searched refs:MB_CMDLINE_BUF (Results 1 – 4 of 4) sorted by relevance
93 #define MB_CMDLINE_BUF RAW_ADDR (0x2000) macro
94 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()
935 while ((--arg) > (char *) MB_CMDLINE_BUF && *arg != '/'); in bsd_boot()
7595 * stage2/shared.h (MB_CMDLINE_BUF): New macro.