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

  /external/syslinux/com32/gpllib/disk/
bootloaders.c 28 char boot_sector[SECTOR * sizeof(char)]; local
30 if (read_sectors(d, &boot_sector, p->start_lba, 1) == -1)
33 if (!strncmp(boot_sector + 3, "SYSLINUX", 8))
35 else if (!strncmp(boot_sector + 3, "EXTLINUX", 8))
37 else if (!strncmp(boot_sector + 3, "MSWIN4.1", 8))
  /external/syslinux/libinstaller/
syslinux.h 40 #define boot_sector syslinux_bootsect macro
  /external/avb/examples/uefi/
uefi_avb_boot.c 40 UINT8 boot_sector[0x01f1]; member in struct:SetupHeader

Completed in 86 milliseconds