Lines Matching defs:bootline
193 char bootline[512]; /* Should check size? */
211 OF_getprop(chosen, "bootargs", bootline, sizeof bootline) < 0) {
225 parseargs(bootline, &boothowto);
226 DPRINTF("bootline=%s\n", bootline);
233 kgets(bootline, sizeof(bootline));
234 parseargs(bootline, &boothowto);
237 if (bootline[0]) {
238 kernels[0] = bootline;
241 if (!bootline[0] && is64) {
265 cp = bootline;
267 strcpy(bootline, opened_name);
268 cp = bootline + strlen(bootline);
287 OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1);
296 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym);