Home
last modified time | relevance | path

Searched refs:__prom_getenv (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/mips/dec/prom/
A Dinit.c32 char *(*__prom_getenv)(char *); variable
63 __prom_getenv = in which_prom()
80 __prom_getenv = (void *)PMAX_PROM_GETENV; in which_prom()
/linux-6.3-rc2/arch/mips/include/asm/dec/
A Dprom.h89 extern char *(*__prom_getenv)(char *);
130 #define prom_getenv(x) _prom_getenv(__prom_getenv, NULL, x)
147 #define prom_getenv __prom_getenv
/linux-6.3-rc2/arch/mips/fw/sni/
A Dsniprom.c53 char *__PROM_O32(__prom_getenv, (char *(*)(char *), void *, char *));
58 #define _prom_getenv(x) __prom_getenv(___prom_getenv, O32_STK, x)

Completed in 5 milliseconds