Searched refs:commandp (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dbootinfo.h26 void process_uboot_commandline(char *commandp, int size);
28 static inline void process_uboot_commandline(char *commandp, int size) {} argument
/linux-master/arch/m68k/kernel/
H A Duboot.c58 * commandp = the linux commandline arg container to fill.
59 * size = the sizeof commandp.
63 static void __init parse_uboot_commandline(char *commandp, int size) argument
77 strncpy(commandp, (const char *)uboot_cmd_start, size);
93 __init void process_uboot_commandline(char *commandp, int size) argument
97 n = strnlen(commandp, size);
98 commandp += n;
102 *commandp++ = ' ';
106 parse_uboot_commandline(commandp, len);
107 commandp[le
[all...]
/linux-master/arch/m68k/coldfire/
H A Dm5272.c83 void __init config_BSP(char *commandp, int size) argument
92 memcpy(commandp, (char *) 0xf0004000, size);
93 commandp[size-1] = 0;
96 memcpy(commandp, (char *) 0xf0010000, size);
97 commandp[size-1] = 0;
H A Dm5307.c60 void __init config_BSP(char *commandp, int size) argument
65 memcpy(commandp, (char *) 0xf0004000, size);
66 commandp[size-1] = 0;
H A Dm5206.c49 void __init config_BSP(char *commandp, int size) argument
53 memcpy(commandp, (char *) 0xf0004000, size);
54 commandp[size-1] = 0;
H A Dm5407.c51 void __init config_BSP(char *commandp, int size) argument
H A Dm525x.c78 void __init config_BSP(char *commandp, int size) argument
H A Dm523x.c87 void __init config_BSP(char *commandp, int size) argument
H A Dm53xx.c213 void __init config_BSP(char *commandp, int size) argument
217 memcpy(commandp, (char *) 0x4000, 4);
218 if(strncmp(commandp, "kcl ", 4) == 0){
219 memcpy(commandp, (char *) 0x4004, size);
220 commandp[size-1] = 0;
222 memset(commandp, 0, size);
H A Dm54xx.c90 void __init config_BSP(char *commandp, int size) argument
H A Dm528x.c126 void __init config_BSP(char *commandp, int size) argument
H A Dm527x.c136 void __init config_BSP(char *commandp, int size) argument
H A Dm5249.c124 void __init config_BSP(char *commandp, int size) argument
H A Dm520x.c188 void __init config_BSP(char *commandp, int size) argument
H A Dm5441x.c242 void __init config_BSP(char *commandp, int size) argument

Completed in 183 milliseconds