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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dfat.c46 static int _readfat(int, struct bootblock *, u_int, u_char **);
83 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) function
129 if (!_readfat(fs, boot, no, &buffer))
512 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,

Completed in 54 milliseconds