OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boothfs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/macppc/stand/mkboothfs/
mkboothfs.c
68
char *
boothfs
;
local in function:main
77
boothfs
= argv[1];
84
if ((ofd = open(
boothfs
, O_CREAT | O_TRUNC | O_WRONLY, 0644)) == -1)
85
err(1, "create output boot-hfs-file `%s'",
boothfs
);
152
err(1, "write boot-hfs-file `%s'",
boothfs
);
Completed in 12 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025