/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);
|