Searched refs:MB_CMDLINE_BUF (Results 1 – 4 of 4) sorted by relevance
111 #define MB_CMDLINE_BUF RAW_ADDR (0x2000) macro
107 mb_cmdline = (char *) MB_CMDLINE_BUF; in init_builtins()2852 mb_cmdline = (char *) MB_CMDLINE_BUF; in kernel_func()2928 mb_cmdline = (char *)MB_CMDLINE_BUF; in kernel_dollar_func()3126 if (mb_cmdline + len + 1 > (char *) MB_CMDLINE_BUF + MB_CMDLINE_BUFLEN) in module_func()
945 while ((--arg) > (char *) MB_CMDLINE_BUF && *arg != '/'); in bsd_boot()
7754 * stage2/shared.h (MB_CMDLINE_BUF): New macro.