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

  /src/sys/lib/libsa/
dosfs.c 154 static int fatend(u_int, u_int);
603 if (fatend(fs->fatsz, clus))
707 return fatend(fs->fatsz, c) ? n : -1;
733 fatend(u_int sz, u_int c) function in typeref:typename:int
dosfs.c 154 static int fatend(u_int, u_int);
603 if (fatend(fs->fatsz, clus))
707 return fatend(fs->fatsz, c) ? n : -1;
733 fatend(u_int sz, u_int c) function in typeref:typename:int
dosfs.c 154 static int fatend(u_int, u_int);
603 if (fatend(fs->fatsz, clus))
707 return fatend(fs->fatsz, c) ? n : -1;
733 fatend(u_int sz, u_int c) function in typeref:typename:int

Completed in 33 milliseconds