Lines Matching refs:mb
86 static DPME *mb;
138 mb = entry->data;
147 mb = (DPME *) buffer;
148 convert_dpme(mb, 1);
417 if (mb->dpme_signature != DPME_SIGNATURE) {
420 limit = mb->dpme_map_entries;
449 if (mb->dpme_signature != DPME_SIGNATURE) {
451 printf("\tsignature is 0x%x, should be 0x%x\n", mb->dpme_signature, DPME_SIGNATURE);
454 if (mb->dpme_reserved_1 != 0) {
456 printf("\treserved word is 0x%x, should be 0\n", mb->dpme_reserved_1);
462 printf("\tentry count is 0x%"PRIx32", real value unknown\n", mb->dpme_map_entries);
465 if (mb->dpme_map_entries != limit) {
467 printf("\tentry count is 0x%"PRIx32", should be %"PRId32"\n", mb->dpme_map_entries, limit);
470 if (mb->dpme_lblock_start >= mb->dpme_pblocks
471 || mb->dpme_lblocks > mb->dpme_pblocks - mb->dpme_lblock_start) {
474 mb->dpme_lblock_start, mb->dpme_lblocks, mb->dpme_pblocks);
477 add_range(&list, mb->dpme_pblock_start, mb->dpme_pblocks, 1);