HomeSort by relevance Sort by last modified time
    Searched defs:bsHeads (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/fs/
diskio_bios.c 298 uint16_t bsHeads = regs->esi.w[0];
322 disk.h = bsHeads;
  /external/syslinux/libfat/
fat.h 37 le16_t bsHeads; /* Number of heads */
  /external/syslinux/libinstaller/
syslxint.h 235 uint16_t bsHeads;
  /external/syslinux/core/
isolinux.asm 77 bsHeads resw 1 ; Used in hybrid mode
208 pop word [cs:bsHeads]
864 movzx edi,word [bsHeads]
1161 mov si,[bsHeads]

Completed in 2265 milliseconds