Home
last modified time | relevance | path

Searched defs:boot_sector (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dfat.h91 typedef struct boot_sector { struct
115 } boot_sector; argument
/openbmc/linux/fs/exfat/
H A Dexfat_raw.h93 __le64 vol_length;
94 __le32 fat_offset;
95 __le32 fat_length;
96 __le32 clu_offset;
97 __le32 clu_count;
99 __le32 vol_serial;
101 __le16 vol_flags;
104 __u8 num_fats;
105 __u8 drv_sel;
107 __u8 reserved[7];
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10580 unsigned int boot_sector = (boot_addr * 1024); in t4_load_boot() local