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

/netbsd-current/sys/lib/libsa/
H A Ddosfs.c81 u_int fatsz; /* FAT entry size */ member in struct:__anon10
245 clus = stclus(fs->fatsz, de);
295 if ((clus = stclus(f->fs->fatsz, &f->de)))
467 fs->fatsz = fs->dirents ? fs->xclus < 0xff6 ? 12 : 16 : 32;
468 sc = (secbyt(fs->spf) << 1) / (fs->fatsz >> 2) - 1;
501 if ((err = lookup(fs, stclus(fs->fatsz, de), name, &de)))
535 if (!clus && fs->fatsz == 32)
603 if (fatend(fs->fatsz, clus))
707 return fatend(fs->fatsz, c) ? n : -1;
720 err = ioread(fs, secbyt(fs->lsnfat) + fatoff(fs->fatsz, *
[all...]
/netbsd-current/sbin/fsck_msdos/
H A Dfat.c482 size_t fatsz; local
486 buffer = malloc(fatsz = boot->FATsecs * boot->BytesPerSec);
488 perr("No space for FAT sectors (%zu)", fatsz);
491 memset(buffer, 0, fatsz);
574 || (size_t)write(fs, buffer, fatsz) != fatsz) {
/netbsd-current/sys/arch/dreamcast/dev/maple/
H A Dmmemcard.c94 uint16_t fatpos, fatsz; member in struct:mmem_media_info
437 pt->pt_info.fatpos, pt->pt_info.fatsz,

Completed in 107 milliseconds