Searched refs:prom_envp (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/arch/mips/powertv/ |
D | init.c | 44 #define prom_envp(index) ((char *)(long)_prom_envp[(index)]) macro 61 while (prom_envp(index)) { in prom_getenv() 62 if (strncmp(envname, prom_envp(index), i) == 0) { in prom_getenv() 63 result = prom_envp(index + 1); in prom_getenv()
|
/linux-2.6.39/arch/mips/pnx8550/stb810/ |
D | prom_init.c | 25 char **prom_argv, **prom_envp; variable 40 prom_envp = (char **) fw_arg2; in prom_init()
|
/linux-2.6.39/arch/mips/pnx833x/common/ |
D | prom.c | 47 extern char **prom_envp; in prom_getenv() 48 char **env = prom_envp; in prom_getenv()
|
/linux-2.6.39/arch/mips/pmc-sierra/msp71xx/ |
D | msp_prom.c | 55 char **prom_argv, **prom_envp; variable 293 char **var = prom_envp; in prom_getenv() 392 for (envp = prom_envp; *envp != NULL; envp++) { in prom_free_prom_memory() 404 strcpy(ptr, prom_envp[argc]); in prom_free_prom_memory() 405 ptr += strlen(prom_envp[argc]) + 1; in prom_free_prom_memory() 408 prom_envp = envp; in prom_free_prom_memory()
|
D | msp_setup.c | 158 prom_envp = (char **)fw_arg2; in prom_init()
|
/linux-2.6.39/arch/mips/mti-malta/ |
D | malta-init.c | 48 #define prom_envp(index) ((char *)(long)_prom_envp[(index)]) macro 77 while (prom_envp(index)) { in prom_getenv() 78 if(strncmp(envname, prom_envp(index), i) == 0) { in prom_getenv() 79 return(prom_envp(index+1)); in prom_getenv()
|
/linux-2.6.39/arch/mips/pnx833x/stb22x/ |
D | board.c | 42 char **prom_argv, **prom_envp; variable 64 prom_envp = (char **)fw_arg2; in prom_init()
|
/linux-2.6.39/arch/mips/pnx8550/common/ |
D | prom.c | 24 extern char **prom_argv, **prom_envp; 56 t_env_var *env = (t_env_var *)prom_envp; in prom_getenv()
|
/linux-2.6.39/arch/mips/alchemy/common/ |
D | prom.c | 44 char **prom_envp; variable 64 char **env = prom_envp; in prom_getenv()
|
/linux-2.6.39/arch/mips/rb532/ |
D | prom.c | 75 char **prom_argv, **prom_envp; in prom_setup_cmdline() local 80 prom_envp = (char **) fw_arg2; in prom_setup_cmdline()
|
/linux-2.6.39/arch/mips/include/asm/mach-au1x00/ |
D | prom.h | 6 extern char **prom_envp;
|
/linux-2.6.39/arch/mips/pnx8550/jbs/ |
D | init.c | 37 char **prom_argv, **prom_envp; variable
|
/linux-2.6.39/arch/mips/alchemy/gpr/ |
D | init.c | 48 prom_envp = (char **)fw_arg2; in prom_init()
|
/linux-2.6.39/arch/mips/alchemy/xxs1500/ |
D | init.c | 49 prom_envp = (char **)fw_arg2; in prom_init()
|
/linux-2.6.39/arch/mips/alchemy/mtx-1/ |
D | init.c | 51 prom_envp = (char **)fw_arg2; in prom_init()
|
/linux-2.6.39/arch/mips/alchemy/devboards/ |
D | prom.c | 53 prom_envp = (char **)fw_arg2; in prom_init()
|
/linux-2.6.39/arch/mips/include/asm/pmc-sierra/msp71xx/ |
D | msp_prom.h | 167 extern char **prom_envp;
|