Searched refs:dpme_map_entries (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/pdisk/dist/
H A Dvalidate.c420 limit = mb->dpme_map_entries;
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);
H A Dconvert.c82 reverse4((uint8_t *)&data->dpme_map_entries);
H A Ddpme.h92 uint32_t dpme_map_entries ; member in struct:dpme
H A Dpartition_map.c281 limit = data->dpme_map_entries;
307 || (data->dpme_map_entries != limit && dflag == 0)) {
561 data->dpme_map_entries = 1;
755 data->dpme_map_entries = 1;
838 cur->data->dpme_map_entries = map->blocks_in_map;
H A Ddump.c599 printf(" number of map entries: %"PRId32"\n", p->dpme_map_entries);

Completed in 85 milliseconds