Home
last modified time | relevance | path

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

/external/syslinux/libfat/
Dfat.h39 le32_t bsHugeSectors; /* Number of sectors [2] */ member
Dopen.c60 sectors = read32(&bs->bsHugeSectors); in libfat_open()
/external/syslinux/core/fs/fat/
Dfat_fs.h49 uint32_t bsHugeSectors; member
Dfat.c747 total_sectors = fat.bxSectors ? : fat.bsHugeSectors; in vfat_fs_init()
/external/syslinux/libinstaller/
Dfs.c68 sectors = sectors ? sectors : get_32(&sectbuf->bsHugeSectors); in check_fat_bootsect()
Dsyslxint.h237 uint32_t bsHugeSectors; member
/external/syslinux/extlinux/
Dmain.c303 set_32(&sbs->bsHugeSectors, totalsectors); in patch_file_and_bootblock()