Searched refs:cfe_getenv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sibyte/common/ |
H A D | cfe_console.c | 49 if (cfe_getenv("BOOT_CONSOLE", consdev, 32) >= 0) { in cfe_console_setup()
|
H A D | cfe.c | 276 if (cfe_getenv("LINUX_CMDLINE", arcs_cmdline, COMMAND_LINE_SIZE) < 0) { in prom_init()
|
/kernel/linux/linux-6.6/arch/mips/sibyte/common/ |
H A D | cfe_console.c | 49 if (cfe_getenv("BOOT_CONSOLE", consdev, 32) >= 0) { in cfe_console_setup()
|
H A D | cfe.c | 260 if (cfe_getenv("LINUX_CMDLINE", arcs_cmdline, COMMAND_LINE_SIZE) < 0) { in prom_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/fw/cfe/ |
H A D | cfe_api.h | 93 int cfe_getenv(char *name, char *dest, int destlen);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/fw/cfe/ |
H A D | cfe_api.h | 90 int cfe_getenv(char *name, char *dest, int destlen);
|
/kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 201 int cfe_getenv(char *name, char *dest, int destlen) in cfe_getenv() function
|
/kernel/linux/linux-6.6/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 206 int cfe_getenv(char *name, char *dest, int destlen) in cfe_getenv() function
|
Completed in 4 milliseconds