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

  /external/syslinux/utils/
isohybrid.h 25 #define MBRSIZE 432
isohybrid.c 595 ret = fread(mbr, 1, MBRSIZE, fp);
596 if (ferror(fp) || ret != MBRSIZE)
612 extern unsigned char isohdpfx[][MBRSIZE];
625 memcpy(mbr, &isohdpfx[hd0 + 3 * partok], MBRSIZE);
641 mbr += MBRSIZE; /* offset 432 */

Completed in 530 milliseconds