Searched refs:envval (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/alpha/boot/ |
H A D | bootp.c | 137 * Note that this crufty stuff with static and envval start_kernel() 149 static char envval[256] __attribute__((aligned(8))); start_kernel() local 179 nbytes = callback_getenv(ENV_BOOTED_OSFLAGS, envval, sizeof(envval)); start_kernel() 180 if (nbytes < 0 || nbytes >= sizeof(envval)) { start_kernel() 183 envval[nbytes] = '\0'; start_kernel() 184 srm_printk("Loading the kernel...'%s'\n", envval); start_kernel() 207 strcpy((char*)ZERO_PGE, envval); start_kernel()
|
H A D | main.c | 156 char envval[256]; start_kernel() local 178 nbytes = callback_getenv(ENV_BOOTED_OSFLAGS, envval, sizeof(envval)); start_kernel() 182 envval[nbytes] = '\0'; start_kernel() 183 strcpy((char*)ZERO_PGE, envval); start_kernel()
|
H A D | bootpz.c | 277 * Note that this crufty stuff with static and envval start_kernel() 289 static char envval[256] __attribute__((aligned(8))); start_kernel() local 312 nbytes = callback_getenv(ENV_BOOTED_OSFLAGS, envval, sizeof(envval)); start_kernel() 313 if (nbytes < 0 || nbytes >= sizeof(envval)) { start_kernel() 316 envval[nbytes] = '\0'; start_kernel() 394 srm_printk("Starting to load the kernel with args '%s'\n", envval); start_kernel() 452 strcpy((char*)ZERO_PGE, envval); start_kernel()
|
Completed in 57 milliseconds