OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootdir
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/arch/cobalt/
md.c
186
char
bootdir
[64];
local
193
snprintf(
bootdir
, sizeof(
bootdir
), "%s/boot",
195
run_program(0, "/bin/mkdir -p %s",
bootdir
);
196
run_program(0, "/bin/cp /usr/mdec/boot %s",
bootdir
);
197
run_program(0, "/bin/rm -f %s/%s",
bootdir
, bootfile);
198
run_program(0, "/usr/bin/gzip -9 %s/boot",
bootdir
);
201
bootfile,
bootdir
, kernels[i]);
md.c
186
char
bootdir
[64];
local
193
snprintf(
bootdir
, sizeof(
bootdir
), "%s/boot",
195
run_program(0, "/bin/mkdir -p %s",
bootdir
);
196
run_program(0, "/bin/cp /usr/mdec/boot %s",
bootdir
);
197
run_program(0, "/bin/rm -f %s/%s",
bootdir
, bootfile);
198
run_program(0, "/usr/bin/gzip -9 %s/boot",
bootdir
);
201
bootfile,
bootdir
, kernels[i]);
Completed in 99 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026