Home
last modified time | relevance | path

Searched refs:bootprog (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c55 const char *bootprog; variable
200 bootprog = argv[0]; in main()
203 if (checkbootprog(bootprog) < 0) in main()
213 errx(1, "%s: boot block too big", bootprog); in main()
216 fd = open(bootprog, O_RDONLY); in main()
218 err(1, "opening %s", bootprog); in main()
220 err(1, "reading %s", bootprog); in main()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfilesystems1017 # http://alexfru.chat.ru/epm.html#bootprog
/netbsd-src/etc/
H A Dservices17371bootprog=<Boot program ver…