Home
last modified time | relevance | path

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

/external/syslinux/libfat/
Dfat.h37 le16_t bsHeads; /* Number of heads */ member
/external/syslinux/core/fs/
Ddiskio_bios.c298 uint16_t bsHeads = regs->esi.w[0]; in bios_disk_init() local
322 disk.h = bsHeads; in bios_disk_init()
/external/syslinux/core/
Disolinux.asm77 bsHeads resw 1 ; Used in hybrid mode label
208 pop word [cs:bsHeads]
864 movzx edi,word [bsHeads]
1161 mov si,[bsHeads]
Ddiskstart.inc321 movzx edi,word [bsHeads]
504 mov si,[bsHeads]
Ddiskboot.inc237 mov [bsHeads],dx
349 movzx edi,word [bsHeads]
Dadv.inc447 movzx edi,word [bsHeads]
/external/syslinux/libinstaller/
Dsyslxint.h235 uint16_t bsHeads; member
/external/syslinux/extlinux/
Dmain.c307 set_16(&sbs->bsHeads, geo.heads); in patch_file_and_bootblock()