Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/fstyp/
H A Dexfat.c71 struct exfat_dirent { struct
72 uint8_t xde_type;
91 union {
119 _Static_assert(sizeof(struct exfat_dirent) == 32, "spec"); argument