Searched refs:mac_boot (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.c29 gen_mac_label(defer *mac_boot) argument
44 if (mac_boot->name) {
45 if (stat(mac_boot->name, &stat_buf) < 0) {
47 "unable to stat HFS boot file %s", mac_boot->name);
52 if ((fp = fopen(mac_boot->name, "rb")) == NULL) {
54 "unable to open HFS boot file %s", mac_boot->name);
60 "unable to read HFS boot file %s", mac_boot->name);
70 mac_boot->name);
78 "unable to seek HFS boot file %s", mac_boot->name);
85 "unable to read HFS boot block %s", mac_boot
[all...]
H A Dwrite.c177 static struct deferred_write mac_boot; variable in typeref:struct:deferred_write
1251 if (mac_boot.name)
1252 write_one_file(mac_boot.name, mac_boot.size, outfile, mac_boot.off);
1571 mac_boot.name = hfs_boot_file;
1576 if (gen_mac_label(&mac_boot)) {

Completed in 190 milliseconds