Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Dboot.c178 boot->FSNext = fsinfo[0x1ec] + (fsinfo[0x1ed] << 8) in readboot()
321 fsinfo[0x1ec] = (u_char)boot->FSNext; in writefsinfo()
322 fsinfo[0x1ed] = (u_char)(boot->FSNext >> 8); in writefsinfo()
323 fsinfo[0x1ee] = (u_char)(boot->FSNext >> 16); in writefsinfo()
324 fsinfo[0x1ef] = (u_char)(boot->FSNext >> 24); in writefsinfo()
H A Dfat.c625 if (boot->FSNext != 0xffffffffU && in checklost()
626 (boot->FSNext >= boot->NumClusters || in checklost()
627 (boot->NumFree && fat[boot->FSNext].next != CLUST_FREE))) { in checklost()
629 boot->FSNext, in checklost()
630 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free"); in checklost()
634 boot->FSNext = head; in checklost()
H A Ddosfs.h58 cl_t FSNext; /* Next free cluster acc. FSInfo */ member