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

  /src/sys/fs/msdosfs/
msdosfs_fat.c 815 u_long foundcn = 0; /* XXX: foundcn could be used unititialized */ local in function:msdosfs_clusteralloc
850 foundcn = cn;
867 foundcn = cn;
882 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));
msdosfs_fat.c 815 u_long foundcn = 0; /* XXX: foundcn could be used unititialized */ local in function:msdosfs_clusteralloc
850 foundcn = cn;
867 foundcn = cn;
882 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));

Completed in 32 milliseconds