Home
last modified time | relevance | path

Searched refs:fatget (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/libsa/
H A Ddosfs.c153 static int fatget(DOS_FS *, u_int *);
396 if ((err = fatget(f->fs, &c))) in dos_read()
741 if ((err = fatget(fs, &clus))) in lookup()
838 if (fatget(fs, &c)) in fatcnt()
848 fatget(DOS_FS *fs, u_int *c) in fatget() function