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

  /src/sys/lib/libsa/
dosfs.c 153 static int fatget(DOS_FS *, u_int *);
308 if ((err = fatget(f->fs, &c)))
601 if ((err = fatget(fs, &clus)))
705 if (fatget(fs, &c))
714 fatget(DOS_FS *fs, u_int *c) function in typeref:typename:int
dosfs.c 153 static int fatget(DOS_FS *, u_int *);
308 if ((err = fatget(f->fs, &c)))
601 if ((err = fatget(fs, &clus)))
705 if (fatget(fs, &c))
714 fatget(DOS_FS *fs, u_int *c) function in typeref:typename:int

Completed in 22 milliseconds