HomeSort by: relevance | last modified time | path
    Searched defs:boothfs (Results 1 - 3 of 3) 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);
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);
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 32 milliseconds