Home
last modified time | relevance | path

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

/external/syslinux/libinstaller/
Dfs.c57 long long sectors, fatsectors, dsectors; in check_fat_bootsect() local
72 fatsectors = get_16(&sectbuf->bsFATsecs); in check_fat_bootsect()
73 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32); in check_fat_bootsect()
74 fatsectors *= get_8(&sectbuf->bsFATs); in check_fat_bootsect()
75 dsectors -= fatsectors; in check_fat_bootsect()
85 fatsectors = get_16(&sectbuf->bsFATsecs); in check_fat_bootsect()
86 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32); in check_fat_bootsect()
87 fatsectors *= get_8(&sectbuf->bsFATs); in check_fat_bootsect()
89 if (!fatsectors) in check_fat_bootsect()