Home
last modified time | relevance | path

Searched refs:FatMap_t (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mtools/mtools-4.0.26/
H A Dfat.c31 typedef struct FatMap_t { struct
35 } FatMap_t; argument
64 static FatMap_t *GetFatMap(Fs_t *Stream) in GetFatMap()
68 FatMap_t *map; in GetFatMap()
72 map = NewArray(nr_entries, FatMap_t); in GetFatMap()
H A DfsP.h55 struct FatMap_t *FatMap;