Searched defs:boot_sector (Results 1 – 2 of 2) sorted by relevance
88 struct boot_sector { struct89 __u8 jmp_boot[BOOTSEC_JUMP_BOOT_LEN];90 __u8 fs_name[BOOTSEC_FS_NAME_LEN];91 __u8 must_be_zero[BOOTSEC_OLDBPB_LEN];92 __le64 partition_offset;93 __le64 vol_length;94 __le32 fat_offset;95 __le32 fat_length;96 __le32 clu_offset;97 __le32 clu_count;[all …]
10580 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local