Searched refs:ImageType (Results 1 - 3 of 3) sorted by relevance

/systemd/src/shared/
H A Dmachine-image.h30 typedef enum ImageType { enum
36 } ImageType; typedef in typeref:enum:ImageType
39 ImageType type;
69 const char* image_type_to_string(ImageType t) _const_;
70 ImageType image_type_from_string(const char *s) _pure_;
H A Dmachine-image.c101 ImageType t,
813 DEFINE_STRING_TABLE_LOOKUP(image_type, ImageType);
/systemd/src/machine/
H A Dimage-dbus.c29 static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_type, image_type, ImageType);

Completed in 1626 milliseconds