Home
last modified time | relevance | path

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

/external/mtools/
Dplain_io.c180 int BootP, Infp0, InfpX, InfTm; in file_geom() local
217 InfTm = WORD(ext.old.InfTm); in file_geom()
228 BootP < 512 && Infp0 < 512 && InfpX < 512 && InfTm < 512 && in file_geom()
229 BootP >= InfTm + 2 && InfTm >= InfpX && InfpX >= Infp0 && in file_geom()
233 dev->ssize = boot->bytes[InfTm]; in file_geom()
Dmsdos.h159 unsigned char InfTm[2]; /* 74 T3: track sectors size table */ member
Dmformat.c127 set_word(boot->boot.ext.old.InfTm, i); in init_geometry_boot()