Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/sibyte/common/
Dcfe_console.c49 if (cfe_getenv("BOOT_CONSOLE", consdev, 32) >= 0) { in cfe_console_setup()
Dcfe.c291 if (cfe_getenv("LINUX_CMDLINE", arcs_cmdline, COMMAND_LINE_SIZE) < 0) { in prom_init()
/Linux-v4.19/arch/mips/include/asm/fw/cfe/
Dcfe_api.h106 int cfe_getenv(char *name, char *dest, int destlen);
/Linux-v4.19/arch/mips/fw/cfe/
Dcfe_api.c214 int cfe_getenv(char *name, char *dest, int destlen) in cfe_getenv() function