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

  /src/sbin/fsck_msdos/
dir.c 925 static cl_t lfcl; variable in typeref:typename:cl_t
965 lfcl = p ? fat[lfcl].next : lostDir->head;
966 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) {
971 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize
dir.c 925 static cl_t lfcl; variable in typeref:typename:cl_t
965 lfcl = p ? fat[lfcl].next : lostDir->head;
966 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) {
971 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize

Completed in 23 milliseconds