/src/sbin/fsck_msdos/ |
fat.c | 46 static int _readfat(int, struct bootblock *, u_int, u_char **); 83 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) function in typeref:typename:int 129 if (!_readfat(fs, boot, no, &buffer)) 527 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,
|
fat.c | 46 static int _readfat(int, struct bootblock *, u_int, u_char **); 83 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) function in typeref:typename:int 129 if (!_readfat(fs, boot, no, &buffer)) 527 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,
|
fat.c | 46 static int _readfat(int, struct bootblock *, u_int, u_char **); 83 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) function in typeref:typename:int 129 if (!_readfat(fs, boot, no, &buffer)) 527 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,
|
fat.c | 46 static int _readfat(int, struct bootblock *, u_int, u_char **); 83 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) function in typeref:typename:int 129 if (!_readfat(fs, boot, no, &buffer)) 527 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,
|