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

  /external/syslinux/libfat/
fat.h 28 le16_t bsBytesPerSec; /* Bytes/sector */
open.c 46 if (read16(&bs->bsBytesPerSec) != LIBFAT_SECTOR_SIZE)
  /external/syslinux/libinstaller/
fs.c 61 sectorsize = get_16(&sectbuf->bsBytesPerSec);
160 sectorsize = get_16(&sectbuf->bsBytesPerSec);
syslxint.h 226 uint16_t bsBytesPerSec;
276 uint16_t bsBytesPerSec;
306 #define FAT_bsHeadLen offsetof(struct fat_boot_sector, bsBytesPerSec)
  /external/syslinux/extlinux/
main.c 305 set_16(&sbs->bsBytesPerSec, SECTOR_SIZE);
    [all...]

Completed in 242 milliseconds