Home
last modified time | relevance | path

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

/external/syslinux/libinstaller/
Dfs.c61 sectorsize = get_16(&sectbuf->bsBytesPerSec); in check_fat_bootsect()
160 sectorsize = get_16(&sectbuf->bsBytesPerSec); in syslinux_check_bootsect()
Dsyslxint.h226 uint16_t bsBytesPerSec; member
276 uint16_t bsBytesPerSec; member
306 #define FAT_bsHeadLen offsetof(struct fat_boot_sector, bsBytesPerSec)
/external/syslinux/libfat/
Dfat.h28 le16_t bsBytesPerSec; /* Bytes/sector */ member
Dopen.c46 if (read16(&bs->bsBytesPerSec) != LIBFAT_SECTOR_SIZE) in libfat_open()
/external/syslinux/core/
Ddiskstart.inc121 mov cx,[bsBytesPerSec]
173 imul bp,[bsBytesPerSec] ; Will be < 64K
187 movzx eax,word [bsBytesPerSec]
278 imul di,[bsBytesPerSec]
368 imul ax,[bsBytesPerSec] ; Convert sectors in AL to bytes in AX
/external/syslinux/extlinux/
Dmain.c305 set_16(&sbs->bsBytesPerSec, SECTOR_SIZE); in patch_file_and_bootblock()