Searched refs:foundcn (Results 1 – 2 of 2) sorted by relevance
| /src/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_fat.c | 739 u_long foundcn = 0; /* XXX: foundcn could be used uninitialized */ in clusteralloc1() local 762 foundcn = cn; in clusteralloc1() 779 foundcn = cn; in clusteralloc1() 794 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()
|
| /src/sys/fs/msdosfs/ |
| H A D | msdosfs_fat.c | 764 u_long foundcn = 0; /* XXX: foundcn could be used unititialized */ in clusteralloc1() local 790 foundcn = cn; in clusteralloc1() 807 foundcn = cn; in clusteralloc1() 822 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()
|