Lines Matching defs:bootfile
126 char bootfile[PATH_MAX];
164 strcpy(bootfile, argv[0]);
165 ep = strrchr(bootfile, ')');
166 i = ep - bootfile;
167 bootfile[i - 1] = '0';
168 if (strstr(bootfile, "ip3x"))
173 if ((loadfile(bootfile, marks, LOAD_KERNEL)) >= 0)
210 strcpy(bootfile, bootpath);
211 strcat(bootfile, kernel);
212 win = loadfile(bootfile, marks, LOAD_KERNEL);
218 strcpy(bootfile, bootpath);
219 strcat(bootfile, kernelnames[i]);
221 win = loadfile(bootfile, marks, LOAD_KERNEL);
234 strlcpy(bi_bpath.bootpath, bootfile, BTINFO_BOOTPATH_LEN);