Home
last modified time | relevance | path

Searched refs:InfoSector_t (Results 1 – 3 of 3) sorted by relevance

/external/mtools/
Dmsdos.h110 typedef struct InfoSector_t { struct
118 } InfoSector_t; argument
Dminfo.c41 InfoSector_t *infosec; in displayInfosector()
46 infosec = (InfoSector_t *) safe_malloc(WORD(secsiz)); in displayInfosector()
Dfat.c455 InfoSector_t *infoSector; in fat_write()
456 infoSector = (InfoSector_t *) safe_malloc(This->sector_size); in fat_write()
687 InfoSector_t *infoSector; in fat_32_read()
688 infoSector = (InfoSector_t *) safe_malloc(size); in fat_32_read()