Searched refs:Storage (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal/
H A Djournald-server.h35 typedef enum Storage { enum
42 } Storage; typedef in typeref:enum:Storage
128 Storage storage;
168 const char *storage_to_string(Storage s) _const_;
169 Storage storage_from_string(const char *s) _pure_;
H A Djournald-server.c1983 DEFINE_STRING_TABLE_LOOKUP(storage, Storage);
1984 DEFINE_CONFIG_PARSE_ENUM(config_parse_storage, storage, Storage, "Failed to parse storage setting");

Completed in 1278 milliseconds