Home
last modified time | relevance | path

Searched refs:dst_base (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sbin/fsck_msdosfs/
HDfat.c1192 off_t dst_base; in writefat() local
1227 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
1228 dst_base *= boot->bpbBytesPerSec; in writefat()
1229 if ((lseek(fd, dst_base, SEEK_SET) != dst_base || in writefat()