Home
last modified time | relevance | path

Searched refs:boot_sector (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/gpllib/disk/
Dbootloaders.c28 char boot_sector[SECTOR * sizeof(char)]; in get_bootloader_string() local
30 if (read_sectors(d, &boot_sector, p->start_lba, 1) == -1) in get_bootloader_string()
33 if (!strncmp(boot_sector + 3, "SYSLINUX", 8)) in get_bootloader_string()
35 else if (!strncmp(boot_sector + 3, "EXTLINUX", 8)) in get_bootloader_string()
37 else if (!strncmp(boot_sector + 3, "MSWIN4.1", 8)) in get_bootloader_string()
/external/syslinux/libinstaller/
Dfs.c39 (const struct fat_boot_sector *)boot_sector; in syslinux_make_bootsect()
46 (const struct ntfs_boot_sector *)boot_sector; in syslinux_make_bootsect()
Dsyslinux.h40 #define boot_sector syslinux_bootsect macro
Dsyslxmod.c117 struct fat_boot_sector *sbs = (struct fat_boot_sector *)boot_sector; in syslinux_patch()
/external/avb/examples/uefi/
Duefi_avb_boot.c40 UINT8 boot_sector[0x01f1]; member