Searched refs:cfe_getenv (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/mips/bcm47xx/ |
D | prom.c | 106 if (cfe_getenv("LINUX_CMDLINE", buf, COMMAND_LINE_SIZE) >= 0) { in prom_init_cmdline() 115 if ((cfe_getenv("BOOT_CONSOLE", buf, COMMAND_LINE_SIZE) < 0) in prom_init_cmdline()
|
/linux-2.6.39/arch/mips/sibyte/common/ |
D | cfe_console.c | 48 if (cfe_getenv("BOOT_CONSOLE", consdev, 32) >= 0) { in cfe_console_setup()
|
D | cfe.c | 290 if (cfe_getenv("LINUX_CMDLINE", arcs_cmdline, COMMAND_LINE_SIZE) < 0) { in prom_init()
|
/linux-2.6.39/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 106 int cfe_getenv(char *name, char *dest, int destlen);
|
/linux-2.6.39/arch/mips/fw/cfe/ |
D | cfe_api.c | 214 int cfe_getenv(char *name, char *dest, int destlen) in cfe_getenv() function
|