Searched defs:mbh (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmbchk.c58 multiboot_header_t *mbh = 0; local
74 mbh = (multiboot_header_t *) (buf + i);
79 if (! mbh)
90 if (mbh->magic + mbh->flags + mbh->checksum != 0)
94 filename, mbh->checksum);
99 if (mbh->flags & ~0x00010003)
103 filename, mbh->flags);
110 filename, (mbh
[all...]

Completed in 125 milliseconds