Home
last modified time | relevance | path

Searched refs:MBRSIZE (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/tools/isohybrid/
H A Disohybrid.h25 #define MBRSIZE 432 macro
H A Disohybrid.c612 ret = fread(mbr, 1, MBRSIZE, fp); in read_mbr_template()
613 if (ferror(fp) || ret != MBRSIZE) in read_mbr_template()
629 extern unsigned char isohdpfx[][MBRSIZE]; in initialise_mbr()
642 memcpy(mbr, &isohdpfx[hd0 + 3 * partok], MBRSIZE); in initialise_mbr()
662 mbr += MBRSIZE; /* offset 432 */ in initialise_mbr()