HomeSort by relevance Sort by last modified time
    Searched refs:boot_sector (Results 1 - 5 of 5) 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
fs.c 39 (const struct fat_boot_sector *)boot_sector;
46 (const struct ntfs_boot_sector *)boot_sector;
syslxmod.c 117 struct fat_boot_sector *sbs = (struct fat_boot_sector *)boot_sector;
  /external/avb/examples/uefi/
uefi_avb_boot.c 40 UINT8 boot_sector[0x01f1]; member in struct:SetupHeader

Completed in 390 milliseconds