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

/freebsd-current/usr.sbin/makefs/
H A Dcd9660.c289 OPT_STR('B', "bootimage", "Boot image parameter"),
290 OPT_STR('G', "generic-bootimage", "Generic boot image param"),
2046 cd9660_add_generic_bootimage(iso9660_disk *diskStructure, const char *bootimage) argument
2050 assert(bootimage != NULL);
2052 if (*bootimage == '\0') {
2057 diskStructure->generic_bootimage = estrdup(bootimage);

Completed in 87 milliseconds