Home
last modified time | relevance | path

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

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