HomeSort by relevance Sort by last modified time
    Searched defs:bootable (Results 1 - 4 of 4) sorted by null

  /system/extras/boot_control_copy/
bootinfo.h 24 uint8_t bootable : 1; member in struct:BrilloSlotInfo
  /external/syslinux/com32/hdt/
hdt-dump-disks.c 45 char bootable[6] = {0}; local
57 snprintf(bootable,sizeof(bootable),"%s","true");
59 snprintf(bootable,sizeof(bootable),"%s","false");
70 add_as("partition->boot_flag",bootable)
  /external/iputils/
rarpd.c 219 int bootable(__u32 addr) function
321 if (only_ethers || bootable(emap.ipaddr))
324 syslog(LOG_INFO, "not bootable");
  /external/syslinux/gpxe/src/arch/i386/include/
int13.h 221 /** Bootable CD-ROM specification packet */
265 /** Bootable flag */
266 uint8_t bootable; member in struct:partition_table_entry

Completed in 136 milliseconds