Home
last modified time | relevance | path

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

/external/syslinux/libfat/
Dfat.h36 le16_t bsSecPerTrack; /* Sectors/track */ member
/external/syslinux/core/
Ddiskboot.inc167 mov cl,[bsSecPerTrack] ; Patch the sector count
239 mov [bsSecPerTrack],cx
348 movzx esi,word [bsSecPerTrack]
366 ; SI = bsSecPerTrack, ES:BX = data target
Disolinux.asm76 bsSecPerTrack resw 1 ; Used in hybrid mode label
207 pop word [cs:bsSecPerTrack]
863 movzx esi,word [bsSecPerTrack]
1162 mov di,[bsSecPerTrack]
Ddiskstart.inc320 movzx esi,word [bsSecPerTrack]
338 ; BP = sectors to transfer, SI = bsSecPerTrack,
505 mov di,[bsSecPerTrack]
Dadv.inc446 movzx esi,word [bsSecPerTrack]
472 ; BP = sectors to transfer, SI = bsSecPerTrack,
/external/syslinux/core/fs/
Ddiskio_bios.c299 uint16_t bsSecPerTrack = regs->edi.w[0]; in bios_disk_init() local
323 disk.s = bsSecPerTrack; in bios_disk_init()
/external/syslinux/libinstaller/
Dsyslxint.h234 uint16_t bsSecPerTrack; member
/external/syslinux/extlinux/
Dmain.c306 set_16(&sbs->bsSecPerTrack, geo.sectors); in patch_file_and_bootblock()