Searched defs:ServiceResult (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dservice.h81 typedef enum ServiceResult { enum
91 } ServiceResult; typedef in typeref:enum:ServiceResult
161 ServiceResult result;
162 ServiceResult reload_result;
219 const char* service_result_to_string(ServiceResult i) _const_;
220 ServiceResult service_result_from_string(const char *s) _pure_;

Completed in 1708 milliseconds