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

  /src/usr.sbin/fstyp/
exfat.c 269 struct exfat_dirent *declust, *it; local in function:exfat_find_label
292 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS);
293 for (it = declust;
294 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) {
309 free(declust);
317 free(declust);
exfat.c 269 struct exfat_dirent *declust, *it; local in function:exfat_find_label
292 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS);
293 for (it = declust;
294 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) {
309 free(declust);
317 free(declust);

Completed in 21 milliseconds