Home
last modified time | relevance | path

Searched refs:PARTITION_USR_SECONDARY (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Ddissect-image.h41 PARTITION_USR_SECONDARY, enumerator
77 PARTITION_USR_SECONDARY, in PARTITION_DESIGNATOR_VERSIONED()
108 case PARTITION_USR_SECONDARY: in PARTITION_VERITY_OF()
134 case PARTITION_USR_SECONDARY: in PARTITION_VERITY_SIG_OF()
169 return PARTITION_USR_SECONDARY; in PARTITION_USR_OF_ARCH()
Ddissect-image.c908 m->partitions[PARTITION_USR_SECONDARY].found = false; in dissect_image()
938 m->partitions[PARTITION_USR] = m->partitions[PARTITION_USR_SECONDARY]; in dissect_image()
939 zero(m->partitions[PARTITION_USR_SECONDARY]); in dissect_image()
986 m->partitions[PARTITION_USR_SECONDARY].found = false; in dissect_image()
998 else if (m->partitions[PARTITION_USR_SECONDARY].found) { in dissect_image()
1004 m->partitions[PARTITION_USR] = m->partitions[PARTITION_USR_SECONDARY]; in dissect_image()
1005 zero(m->partitions[PARTITION_USR_SECONDARY]); in dissect_image()
3040 [PARTITION_USR_SECONDARY] = "usr-secondary",