Home
last modified time | relevance | path

Searched refs:dpme_lblocks (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A Ddump.c318 } else if (p->dpme_lblocks + p->dpme_lblock_start != p->dpme_pblocks) { in dump_partition_entry()
319 printf("%*"PRIu32"+", digits, p->dpme_lblocks); in dump_partition_entry()
320 size = p->dpme_lblocks; in dump_partition_entry()
322 printf("%*"PRIu32" ", digits, p->dpme_lblocks); in dump_partition_entry()
323 size = p->dpme_lblocks; in dump_partition_entry()
511 if (p->dpme_lblock_start != 0 || p->dpme_pblocks != p->dpme_lblocks) { in show_data_structures()
512 printf("(%"PRIu32" @ %"PRIu32")", p->dpme_lblocks, p->dpme_lblock_start); in show_data_structures()
601 … logical start: %10"PRIu32" length: %10"PRIu32"\n", p->dpme_lblock_start, p->dpme_lblocks); in full_dump_partition_entry()
868 if (entry->data->dpme_lblocks > max) { in get_max_base_or_length()
869 max = entry->data->dpme_lblocks; in get_max_base_or_length()
H A Dpartition_map.c567 data->dpme_lblocks = data->dpme_pblocks; in create_partition_map()
722 cur->data->dpme_lblocks = adjusted_length; in add_partition_to_map()
761 data->dpme_lblocks = data->dpme_pblocks; in create_data()
1084 entry->data->dpme_lblocks = entry->data->dpme_pblocks; in combine_entry()
1088 entry->data->dpme_lblocks = entry->data->dpme_pblocks; in combine_entry()
1108 entry->data->dpme_lblocks = entry->data->dpme_pblocks; in combine_entry()
1113 entry->data->dpme_lblocks = entry->data->dpme_pblocks; in combine_entry()
H A Dvalidate.c471 || mb->dpme_lblocks > mb->dpme_pblocks - mb->dpme_lblock_start) { in validate_map()
474 mb->dpme_lblock_start, mb->dpme_lblocks, mb->dpme_pblocks); in validate_map()
H A Dconvert.c86 reverse4((uint8_t *)&data->dpme_lblocks); in convert_dpme()
H A Ddpme.h98 uint32_t dpme_lblocks ; member