HomeSort by: relevance | last modified time | path
    Searched defs:bootprog (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/stand/installboot/
installboot.c 55 const char *bootprog; variable in typeref:typename:const char *
200 bootprog = argv[0];
203 if (checkbootprog(bootprog) < 0)
213 errx(1, "%s: boot block too big", bootprog);
216 fd = open(bootprog, O_RDONLY);
218 err(1, "opening %s", bootprog);
220 err(1, "reading %s", bootprog);
installboot.c 55 const char *bootprog; variable in typeref:typename:const char *
200 bootprog = argv[0];
203 if (checkbootprog(bootprog) < 0)
213 errx(1, "%s: boot block too big", bootprog);
216 fd = open(bootprog, O_RDONLY);
218 err(1, "opening %s", bootprog);
220 err(1, "reading %s", bootprog);

Completed in 20 milliseconds