Home
last modified time | relevance | path

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

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