Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dservice.h45 typedef enum ServiceExecCommand { enum
55 } ServiceExecCommand; typedef
153 ServiceExecCommand control_command_id;
244 const char* service_exec_command_to_string(ServiceExecCommand i) _const_;
245 ServiceExecCommand service_exec_command_from_string(const char *s) _pure_;
247 const char* service_exec_ex_command_to_string(ServiceExecCommand i) _const_;
248 ServiceExecCommand service_exec_ex_command_from_string(const char *s) _pure_;
Dservice.c568 for (ServiceExecCommand c = 0; c < _SERVICE_EXEC_COMMAND_MAX; c++) in service_verify()
812 ServiceExecCommand c; in service_dump()
2629 static unsigned service_exec_command_index(Unit *u, ServiceExecCommand id, ExecCommand *current) { in service_exec_command_index()
2651 ServiceExecCommand id; in service_serialize_exec_command()
2814 ServiceExecCommand id = _SERVICE_EXEC_COMMAND_INVALID; in service_deserialize_exec_command()
4661 DEFINE_STRING_TABLE_LOOKUP(service_exec_command, ServiceExecCommand);
4673 DEFINE_STRING_TABLE_LOOKUP(service_exec_ex_command, ServiceExecCommand);
Ddbus-service.c388 ServiceExecCommand ci; in bus_service_set_transient_property()