Home | History | Annotate | Download | only in ofwboot

Lines Matching defs:bootline

191 	char bootline[512];		/* Should check size? */
205 OF_getprop(chosen, "bootargs", bootline, sizeof bootline) < 0) {
211 parseargs(bootline, &boothowto);
212 DPRINTF("bootline=%s\n", bootline);
235 kgets(bootline, sizeof(bootline));
236 parseargs(bootline, &boothowto);
239 if (bootline[0]) {
240 kernels[0] = bootline;
266 cp = bootline;
268 strcpy(bootline, opened_name);
269 cp = bootline + strlen(bootline);
288 OF_setprop(chosen, "bootargs", bootline, strlen(bootline) + 1);
302 chain((void *)entry, bootline, ssym, esym);