HomeSort by: relevance | last modified time | path
    Searched defs:rootDir (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/fsck_msdos/
dir.c 211 struct dosDirEntry *rootDir;
239 if ((rootDir = newDosDirEntry()) == NULL) {
246 memset(rootDir, 0, sizeof *rootDir);
274 rootDir->head = boot->RootCl;
294 for (d = rootDir; d; d = nd) {
303 rootDir = lostDir = NULL;
892 mod = readDosDirSection(dosfs, boot, fat, rootDir);
939 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {

Completed in 12 milliseconds