Searched refs:_readfat (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sbin/fsck_msdosfs/
H A Dfat.c46 static int _readfat(int, struct bootblock *, u_int, u_char **);
164 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) function
210 if (!_readfat(fs, boot, no, &buffer))
608 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,

Completed in 55 milliseconds