HomeSort by: relevance | last modified time | path
    Searched refs:is_bootable (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/i386/stand/bootxx/
boot1.c 174 is_bootable(struct gpt_ent *ent) function in typeref:typename:int
288 if (is_bootable(ent) && bootable_lba == 0)
  /src/usr.sbin/makefs/
cd9660.h 297 int is_bootable;/* Default to 0 */ member in struct:_iso9660_disk
cd9660.c 256 diskStructure->is_bootable = 0;
581 if (diskStructure->is_bootable) {
787 if (diskStructure->is_bootable) {
  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 118 if (diskStructure->is_bootable) {
cd9660_eltorito.c 184 diskStructure->is_bootable = 1;

Completed in 18 milliseconds