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

  /src/usr.sbin/fstyp/
exfat.c 145 read_sect(FILE *fp, off_t sect, unsigned bytespersec) function in typeref:typename:void *
166 sector = read_sect(fp, region + sect, bytespersec);
256 fatsect = read_sect(fp, clsect, BPS);
348 cksect = read_sect(fp, MAIN_BOOT_REGION_SECT + SUBREGION_CHKSUM_SECT,
exfat.c 145 read_sect(FILE *fp, off_t sect, unsigned bytespersec) function in typeref:typename:void *
166 sector = read_sect(fp, region + sect, bytespersec);
256 fatsect = read_sect(fp, clsect, BPS);
348 cksect = read_sect(fp, MAIN_BOOT_REGION_SECT + SUBREGION_CHKSUM_SECT,
exfat.c 145 read_sect(FILE *fp, off_t sect, unsigned bytespersec) function in typeref:typename:void *
166 sector = read_sect(fp, region + sect, bytespersec);
256 fatsect = read_sect(fp, clsect, BPS);
348 cksect = read_sect(fp, MAIN_BOOT_REGION_SECT + SUBREGION_CHKSUM_SECT,
exfat.c 145 read_sect(FILE *fp, off_t sect, unsigned bytespersec) function in typeref:typename:void *
166 sector = read_sect(fp, region + sect, bytespersec);
256 fatsect = read_sect(fp, clsect, BPS);
348 cksect = read_sect(fp, MAIN_BOOT_REGION_SECT + SUBREGION_CHKSUM_SECT,

Completed in 41 milliseconds