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

  /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,

Completed in 46 milliseconds