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

/freebsd-13-stable/usr.sbin/makefs/
H A Dcd9660.c305 OPT_STR('B', "bootimage", "Boot image parameter"),
306 OPT_STR('G', "generic-bootimage", "Generic boot image param"),
2102 cd9660_add_generic_bootimage(iso9660_disk *diskStructure, const char *bootimage) argument
2106 assert(bootimage != NULL);
2108 if (*bootimage == '\0') {
2113 diskStructure->generic_bootimage = estrdup(bootimage);

Completed in 178 milliseconds