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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dboot.c142 boot->FSNext = fsinfo[0x1ec] + (fsinfo[0x1ed] << 8)
248 fsinfo[0x1ec] = (u_char)boot->FSNext;
249 fsinfo[0x1ed] = (u_char)(boot->FSNext >> 8);
250 fsinfo[0x1ee] = (u_char)(boot->FSNext >> 16);
251 fsinfo[0x1ef] = (u_char)(boot->FSNext >> 24);
H A Ddosfs.h58 cl_t FSNext; /* Next free cluster acc. FSInfo */ member in struct:bootblock
H A Dfat.c607 if (boot->FSNext >= boot->NumClusters || (boot->NumFree && fat[boot->FSNext].next != CLUST_FREE)) {
609 boot->FSNext,
610 (boot->FSNext >= boot->NumClusters) ? "invalid" : "not free");
614 boot->FSNext = head;

Completed in 121 milliseconds