Home
last modified time | relevance | path

Searched refs:Service (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/systemd-251/src/core/
Ddbus-service.c35 static BUS_DEFINE_PROPERTY_GET(property_get_timeout_abort_usec, "t", Service, service_timeout_abort…
36 static BUS_DEFINE_PROPERTY_GET(property_get_watchdog_usec, "t", Service, service_get_watchdog_usec);
195 …SD_BUS_PROPERTY("Type", "s", property_get_type, offsetof(Service, type), SD_BUS_VTABLE_PROPERTY_CO…
196 …SD_BUS_PROPERTY("ExitType", "s", property_get_exit_type, offsetof(Service, exit_type), SD_BUS_VTAB…
197 …SD_BUS_PROPERTY("Restart", "s", property_get_restart, offsetof(Service, restart), SD_BUS_VTABLE_PR…
198 … SD_BUS_PROPERTY("PIDFile", "s", NULL, offsetof(Service, pid_file), SD_BUS_VTABLE_PROPERTY_CONST),
199 …SD_BUS_PROPERTY("NotifyAccess", "s", property_get_notify_access, offsetof(Service, notify_access),…
200 …SD_BUS_PROPERTY("RestartUSec", "t", bus_property_get_usec, offsetof(Service, restart_usec), SD_BUS…
201 …SD_BUS_PROPERTY("TimeoutStartUSec", "t", bus_property_get_usec, offsetof(Service, timeout_start_us…
202 …SD_BUS_PROPERTY("TimeoutStopUSec", "t", bus_property_get_usec, offsetof(Service, timeout_stop_usec…
[all …]
Dload-fragment-gperf.gperf.in381 Service.PIDFile, config_parse_pid_file, 0, …
382 Service.ExecCondition, config_parse_exec, SERVICE_EXEC_…
383 Service.ExecStartPre, config_parse_exec, SERVICE_EXEC_…
384 Service.ExecStart, config_parse_exec, SERVICE_EXEC_…
385 Service.ExecStartPost, config_parse_exec, SERVICE_EXEC_…
386 Service.ExecReload, config_parse_exec, SERVICE_EXEC_…
387 Service.ExecStop, config_parse_exec, SERVICE_EXEC_…
388 Service.ExecStopPost, config_parse_exec, SERVICE_EXEC_…
389 Service.RestartSec, config_parse_sec, 0, …
390 Service.TimeoutSec, config_parse_service_timeout, 0, …
[all …]
Dservice.c99 static void service_enter_signal(Service *s, ServiceState state, ServiceResult f);
100 static void service_enter_reload_by_notify(Service *s);
103 Service *s = SERVICE(u); in service_init()
129 static void service_unwatch_control_pid(Service *s) { in service_unwatch_control_pid()
138 static void service_unwatch_main_pid(Service *s) { in service_unwatch_main_pid()
147 static void service_unwatch_pid_file(Service *s) { in service_unwatch_pid_file()
157 static int service_set_main_pid(Service *s, pid_t pid) { in service_set_main_pid()
184 void service_close_socket_fd(Service *s) { in service_close_socket_fd()
199 static void service_stop_watchdog(Service *s) { in service_stop_watchdog()
206 static void service_start_watchdog(Service *s) { in service_start_watchdog()
[all …]
Dservice.h4 typedef struct Service Service; typedef
93 Service *service;
103 struct Service { struct
220 static inline usec_t service_timeout_abort_usec(Service *s) { in service_timeout_abort_usec() argument
225 static inline usec_t service_get_watchdog_usec(Service *s) { in service_get_watchdog_usec()
232 int service_set_socket_fd(Service *s, int fd, struct Socket *socket, struct SocketPeer *peer, bool …
233 void service_close_socket_fd(Service *s);
259 DEFINE_CAST(SERVICE, Service);
/systemd-251/src/resolve/
Dresolved-dnssd-gperf.gperf19 Service.Name, config_parse_dnssd_service_name, 0, 0
20 Service.Type, config_parse_dnssd_service_type, 0, 0
21 Service.Port, config_parse_ip_port, 0, offsetof(DnssdService, port)
22 Service.Priority, config_parse_uint16, 0, offsetof(DnssdService, priori…
23 Service.Weight, config_parse_uint16, 0, offsetof(DnssdService, weight)
24 Service.TxtText, config_parse_dnssd_txt, DNS_TXT_ITEM_TEXT, 0
25 Service.TxtData, config_parse_dnssd_txt, DNS_TXT_ITEM_DATA, 0
/systemd-251/test/units/
Dtestsuite-68.sh32 [Service]
40 [Service]
48 [Service]
56 [Service]
100 [Service]
110 [Service]
157 [Service]
172 [Service]
Dtestsuite-65.sh16 [Service]
44 [Service]
52 [Service]
69 [Service]
104 [Service]
Dtestsuite-39.sh15 [Service]
31 [Service]
48 [Service]
Dtestsuite-48.sh28 [Service]
44 [Service]
76 [Service]
Dtestsuite-59.sh38 [Service]
47 [Service]
59 [Service]
Dgrandchild.service3 Description=Grandchild Service
5 [Service] section
Dson.service3 Description=Son Service
5 [Service] section
Ddaughter.service3 Description=Daughter Service
5 [Service] section
Dnomemleaf.service3 Description=Nomem Leaf Service
5 [Service] section
Dtestsuite-66-deviceisolation.service3 Description=Service that uses device isolation
5 [Service] section
/systemd-251/src/test/
Dtest-path.c62 static Service *service_for_path(Manager *m, Path *path, const char *service_name) { in service_for_path()
80 … Manager *m, Path *path, Service *service, PathState path_state, ServiceState service_state) { in _check_states()
130 Service *service = NULL; in test_path_exists()
164 Service *service = NULL; in test_path_existsglob()
199 Service *service = NULL; in test_path_changed()
241 Service *service = NULL; in test_path_modified()
282 Service *service = NULL; in test_path_unit()
311 Service *service = NULL; in test_path_directorynotempty()
Dtest-watch-pid.c32 assert_se(a = unit_new(m, sizeof(Service))); in main()
36 assert_se(b = unit_new(m, sizeof(Service))); in main()
40 assert_se(c = unit_new(m, sizeof(Service))); in main()
/systemd-251/test/test-path/
Dpath-mycustomunit.service4 Description=Service Test Path Unit
6 [Service] section
Dpath-changed.service4 Description=Service Test for Path units
6 [Service] section
Dpath-directorynotempty.service4 Description=Service Test for Path units
6 [Service] section
Dpath-exists.service4 Description=Service Test for Path units
6 [Service] section
Dpath-makedirectory.service4 Description=Service Test for Path units
6 [Service] section
Dpath-modified.service4 Description=Service Test for Path units
6 [Service] section
Dpath-existsglob.service4 Description=Service Test for Path units
6 [Service] section
/systemd-251/docs/
Dindex.md6 # System and Service Manager
48 Starting Journal Service...
49 [ <span class="color-green">OK</span> ] Started Journal Service.
84 Starting Login Service...
91 [ <span class="color-green">OK</span> ] Started Login Service.

12345678910>>...21