Home | History | Annotate | Download | only in libsa

Lines Matching refs:file

67 	char *file;
84 if (devopen(&f, 0, &file)) {
103 * If the PROM gave us a file name,
107 file = prom_bootfile;
108 if (file && *file) {
109 fd = loadfile(file, marks, LOAD_KERNEL);
121 file = *npp;
122 printf("%s: trying %s\n", boot_type, file);
123 fd = loadfile(file, marks, LOAD_KERNEL);
134 file = kernelnames[0];
135 printf("filename? [%s]: ", file);
138 file = line;
140 fd = loadfile(file, marks, LOAD_KERNEL);
145 printf("%s: %s: loadfile() failed.\n", boot_type, file);