Home
last modified time | relevance | path

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

/external/syslinux/libinstaller/
Dfs.c72 fatsectors = get_16(&sectbuf->bsFATsecs); in check_fat_bootsect()
85 fatsectors = get_16(&sectbuf->bsFATsecs); in check_fat_bootsect()
94 if (!get_16(&sectbuf->bsFATsecs)) in check_fat_bootsect()
Dsyslxint.h233 uint16_t bsFATsecs; member
/external/syslinux/libfat/
Dfat.h35 le16_t bsFATsecs; /* Sectors/FAT */ member
Dopen.c65 fatsize = read16(&bs->bsFATsecs); in libfat_open()