Home
last modified time | relevance | path

Searched refs:DPME_VALID (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/pdisk/
H A Dpartition_map.h93 #define DPME_VALID (1<<0) macro
H A Ddump.c168 (entry->dpme_flags & DPME_VALID) ? 'V' : '.', in show_data_structures()
218 if (entry->dpme_flags & DPME_VALID) in full_dump_partition_entry()
H A Dpartition_map.c425 entry->dpme_flags = DPME_VALID | DPME_ALLOCATED; in dpme_init_flags()
429 entry->dpme_flags = DPME_VALID | DPME_ALLOCATED | in dpme_init_flags()