HomeSort by: relevance | last modified time | path
    Searched refs:RootDirEnts (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck_msdos/
dosfs.h 46 u_int RootDirEnts; /* number of root directory entries */
boot.c 95 boot->RootDirEnts = block[17] + (block[18] << 8);
113 if (!boot->RootDirEnts)
223 boot->FirstCluster = (boot->RootDirEnts * 32 + boot->BytesPerSec - 1)
dir.c 225 b1 = boot->RootDirEnts * 32;
490 last = boot->RootDirEnts * 32;

Completed in 44 milliseconds