Home | History | Annotate | Download | only in boot

Lines Matching refs:bootpath

133 	const char     *bootpath = NULL;
166 bootpath = firmware_getenv("OSLoadPartition");
167 if (bootpath == NULL)
168 bootpath =
171 if (bootpath == NULL) {
176 DPRINTF("bootpath = %s\n", bootpath);
204 * contains the bootpath and ignore anything passed through
210 strcpy(bootfile, bootpath);
218 strcpy(bootfile, bootpath);
235 strlcpy(bi_bpath.bootpath, kernel, BTINFO_BOOTPATH_LEN);