Lines Matching refs:service
95 struct service { struct
145 struct service *service_find_by_name(const char *name); argument
146 struct service *service_find_by_pid(pid_t pid);
147 struct service *service_find_by_keychord(int keychord_id);
148 void service_for_each(void (*func)(struct service *svc));
150 void (*func)(struct service *svc));
152 void (*func)(struct service *svc));
153 void service_stop(struct service *svc);
154 void service_reset(struct service *svc);
155 void service_restart(struct service *svc);
156 void service_start(struct service *svc, const char *dynamic_args);