Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/fstyp/
H A Dexfat.c46 struct exfat_vbr { struct
47 char ev_jmp[3];
48 char ev_fsname[8];
49 char ev_zeros[53];
50 uint64_t ev_part_offset;
51 uint64_t ev_vol_length;
52 uint32_t ev_fat_offset;
53 uint32_t ev_fat_length;
54 uint32_t ev_cluster_offset;
55 uint32_t ev_cluster_count;
[all …]