Home
last modified time | relevance | path

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

/openbsd/src/sbin/pdisk/
Dfile_media.c69 uint8_t dpme_lblocks[4]; member
249 memcpy(&entry->dpme_lblocks, dpme_ondisk->dpme_lblocks, in read_dpme()
250 sizeof(entry->dpme_lblocks)); in read_dpme()
269 entry->dpme_lblocks = betoh32(entry->dpme_lblocks); in read_dpme()
340 tmp32 = betoh32(entry->dpme_lblocks); in write_dpme()
341 memcpy(dpme_ondisk->dpme_lblocks, &tmp32, in write_dpme()
342 sizeof(dpme_ondisk->dpme_lblocks)); in write_dpme()
Dpartition_map.h83 uint32_t dpme_lblocks; /* logical block count of partition */ member
Ddump.c177 printf("( %7u @ %-7u )\n", entry->dpme_lblocks, in show_data_structures()
214 entry->dpme_lblock_start, entry->dpme_lblocks); in full_dump_partition_entry()
Dpartition_map.c197 if (entry->dpme_lblocks > entry->dpme_pblocks - in read_partition_map()
200 entry->dpme_lblocks, in read_partition_map()
400 entry->dpme_lblocks = entry->dpme_pblocks; in create_entry()