HomeSort by relevance Sort by last modified time
    Searched refs:bsSecPerTrack (Results 1 - 5 of 5) sorted by null

  /external/syslinux/libfat/
fat.h 36 le16_t bsSecPerTrack; /* Sectors/track */
  /external/syslinux/core/fs/
diskio_bios.c 299 uint16_t bsSecPerTrack = regs->edi.w[0];
323 disk.s = bsSecPerTrack;
  /external/syslinux/libinstaller/
syslxint.h 234 uint16_t bsSecPerTrack;
  /external/syslinux/core/
isolinux.asm 76 bsSecPerTrack resw 1 ; Used in hybrid mode
207 pop word [cs:bsSecPerTrack]
863 movzx esi,word [bsSecPerTrack]
882 ; BP = sectors to transfer, SI = bsSecPerTrack,
1162 mov di,[bsSecPerTrack]
  /external/syslinux/extlinux/
main.c 306 set_16(&sbs->bsSecPerTrack, geo.sectors);
    [all...]

Completed in 689 milliseconds