Home
last modified time | relevance | path

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

/external/syslinux/libfat/
Dfat.h29 le8_t bsSecPerClust; /* Sectors/cluster */ member
Dopen.c50 if ((uint8_t) (1 << i) == read8(&bs->bsSecPerClust)) in libfat_open()
/external/syslinux/libinstaller/
Dsyslxint.h227 uint8_t bsSecPerClust; member
277 uint8_t bsSecPerClust; member
Dfs.c63 clustersize = get_8(&sectbuf->bsSecPerClust); in check_fat_bootsect()