Home
last modified time | relevance | path

Searched refs:is_bootable (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/makefs/
Dcd9660.h257 int is_bootable;/* Default to 0 */ member
Dcd9660.c231 diskStructure->is_bootable = 0; in cd9660_set_defaults()
469 if (diskStructure->is_bootable) { in cd9660_makefs()
649 if (diskStructure->is_bootable) { in cd9660_setup_volume_descriptors()
/openbsd/src/usr.sbin/makefs/cd9660/
Dcd9660_write.c101 if (diskStructure->is_bootable) { in cd9660_write_image()
Dcd9660_eltorito.c172 diskStructure->is_bootable = 1; in cd9660_add_boot_disk()