Home
last modified time | relevance | path

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

/systemd-251/src/sysupdate/
Dsysupdate-resource.h18 typedef enum ResourceType { enum
28 } ResourceType; typedef
30 static inline bool RESOURCE_IS_SOURCE(ResourceType t) { in RESOURCE_IS_SOURCE()
40 static inline bool RESOURCE_IS_TARGET(ResourceType t) { in RESOURCE_IS_TARGET()
50 static inline bool RESOURCE_IS_FILESYSTEM(ResourceType t) { in RESOURCE_IS_FILESYSTEM()
58 static inline bool RESOURCE_IS_TAR(ResourceType t) { in RESOURCE_IS_TAR()
64 static inline bool RESOURCE_IS_URL(ResourceType t) { in RESOURCE_IS_URL()
71 ResourceType type;
96 ResourceType resource_type_from_string(const char *s) _pure_;
97 const char *resource_type_to_string(ResourceType t) _const_;
Dsysupdate-resource.c633 DEFINE_STRING_TABLE_LOOKUP(resource_type, ResourceType);
Dsysupdate-transfer.c333 static DEFINE_CONFIG_PARSE_ENUM(config_parse_resource_type, resource_type, ResourceType, "Invalid r…