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

/systemd/src/core/
H A Dpath.h62 typedef enum PathResult { enum
67 } PathResult; typedef in typeref:enum:PathResult
81 PathResult result;
91 const char* path_result_to_string(PathResult i) _const_;
92 PathResult path_result_from_string(const char *s) _pure_;
H A Ddbus-path.c26 static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_result, path_result, PathResult);
H A Dpath.c456 static void path_enter_dead(Path *p, PathResult f) {
624 PathResult f;
746 DEFINE_STRING_TABLE_LOOKUP(path_result, PathResult);

Completed in 12 milliseconds