Searched refs:__prom_getenv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/dec/prom/ |
H A D | init.c | 32 char *(*__prom_getenv)(char *); variable 63 __prom_getenv = in which_prom() 80 __prom_getenv = (void *)PMAX_PROM_GETENV; in which_prom()
|
/kernel/linux/linux-6.6/arch/mips/dec/prom/ |
H A D | init.c | 32 char *(*__prom_getenv)(char *); variable 63 __prom_getenv = in which_prom() 80 __prom_getenv = (void *)PMAX_PROM_GETENV; in which_prom()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/dec/ |
H A D | prom.h | 89 extern char *(*__prom_getenv)(char *); 130 #define prom_getenv(x) _prom_getenv(__prom_getenv, NULL, x) 147 #define prom_getenv __prom_getenv
|
/kernel/linux/linux-6.6/arch/mips/include/asm/dec/ |
H A D | prom.h | 89 extern char *(*__prom_getenv)(char *); 130 #define prom_getenv(x) _prom_getenv(__prom_getenv, NULL, x) 147 #define prom_getenv __prom_getenv
|
/kernel/linux/linux-5.10/arch/mips/fw/sni/ |
H A D | sniprom.c | 53 char *__PROM_O32(__prom_getenv, (char *(*)(char *), void *, char *)); 58 #define _prom_getenv(x) __prom_getenv(___prom_getenv, O32_STK, x)
|
/kernel/linux/linux-6.6/arch/mips/fw/sni/ |
H A D | sniprom.c | 53 char *__PROM_O32(__prom_getenv, (char *(*)(char *), void *, char *)); 58 #define _prom_getenv(x) __prom_getenv(___prom_getenv, O32_STK, x)
|
Completed in 2 milliseconds