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