Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/fstyp/
H A Dexfat.c50 struct exfat_vbr { struct
51 char ev_jmp[3];
52 char ev_fsname[8];
53 char ev_zeros[53];
54 uint64_t ev_part_offset;
55 uint64_t ev_vol_length;
56 uint32_t ev_fat_offset;
57 uint32_t ev_fat_length;
58 uint32_t ev_cluster_offset;
59 uint32_t ev_cluster_count;
[all …]