OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootprog
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/installboot/
installboot.c
55
const char *
bootprog
;
variable
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 15 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026