Searched refs:MBRSIZE (Results 1 – 2 of 2) sorted by relevance
25 #define MBRSIZE 432 macro
595 ret = fread(mbr, 1, MBRSIZE, fp); in read_mbr_template()596 if (ferror(fp) || ret != MBRSIZE) in read_mbr_template()612 extern unsigned char isohdpfx[][MBRSIZE]; in initialise_mbr()625 memcpy(mbr, &isohdpfx[hd0 + 3 * partok], MBRSIZE); in initialise_mbr()641 mbr += MBRSIZE; /* offset 432 */ in initialise_mbr()