| /systemd/src/core/ |
| H A D | dbus-service.c | 43 SD_BUS_PROPERTY("Type", "s", property_get_type, offsetof(Service, type), SD_BUS_VTABLE_PROPERTY_CONST), 44 SD_BUS_PROPERTY("Restart", "s", property_get_restart, offsetof(Service, restart), SD_BUS_VTABLE_PROPERTY_CONST), 45 SD_BUS_PROPERTY("PIDFile", "s", NULL, offsetof(Service, pid_file), SD_BUS_VTABLE_PROPERTY_CONST), 46 SD_BUS_PROPERTY("NotifyAccess", "s", property_get_notify_access, offsetof(Service, notify_access), SD_BUS_VTABLE_PROPERTY_CONST), 47 SD_BUS_PROPERTY("RestartUSec", "t", bus_property_get_usec, offsetof(Service, restart_usec), SD_BUS_VTABLE_PROPERTY_CONST), 48 SD_BUS_PROPERTY("TimeoutStartUSec", "t", bus_property_get_usec, offsetof(Service, timeout_start_usec), SD_BUS_VTABLE_PROPERTY_CONST), 49 SD_BUS_PROPERTY("TimeoutStopUSec", "t", bus_property_get_usec, offsetof(Service, timeout_stop_usec), SD_BUS_VTABLE_PROPERTY_CONST), 50 SD_BUS_PROPERTY("RuntimeMaxUSec", "t", bus_property_get_usec, offsetof(Service, runtime_max_usec), SD_BUS_VTABLE_PROPERTY_CONST), 51 SD_BUS_PROPERTY("WatchdogUSec", "t", bus_property_get_usec, offsetof(Service, watchdog_usec), SD_BUS_VTABLE_PROPERTY_CONST), 52 BUS_PROPERTY_DUAL_TIMESTAMP("WatchdogTimestamp", offsetof(Service, watchdog_timestam [all...] |
| H A D | service.h | 22 typedef struct Service Service; typedef in typeref:struct:Service 94 Service *service; 103 struct Service { struct 202 int service_set_socket_fd(Service *s, int fd, struct Socket *socket, bool selinux_context_net);
|
| H A D | service.c | 101 static void service_enter_signal(Service *s, ServiceState state, ServiceResult f); 102 static void service_enter_reload_by_notify(Service *s); 105 Service *s = SERVICE(u); 123 static void service_unwatch_control_pid(Service *s) { 133 static void service_unwatch_main_pid(Service *s) { 143 static void service_unwatch_pid_file(Service *s) { 153 static int service_set_main_pid(Service *s, pid_t pid) { 184 static void service_close_socket_fd(Service *s) { 190 static void service_connection_unref(Service *s) { 200 static void service_stop_watchdog(Service * [all...] |
| H A D | unit.h | 442 DEFINE_CAST(SERVICE, Service);
|
| H A D | socket.c | 1158 static int usbffs_write_descs(int fd, Service *s) { 1933 log_unit_error(UNIT(s), "Service to activate vanished, refusing activation."); 1946 Service *service; 2068 Service *service;
|
| H A D | busname.c | 590 log_unit_error(UNIT(n), "Service to activate vanished, refusing activation."); 623 Service *service;
|
| H A D | dbus.c | 753 Service *s = SERVICE(u);
|
| H A D | load-fragment.c | 1633 Service *s = data; 1726 Service *s = userdata;
|
| /systemd/test/TEST-04-JOURNAL/ |
| H A D | test.sh | 55 [Service] 64 [Service]
|
| /systemd/test/TEST-07-ISSUE-1981/ |
| H A D | test-segfault.sh | 9 [Service]
|
| H A D | test.sh | 37 [Service]
|
| /systemd/src/test/ |
| H A D | test-job-type.c | 33 static Service s = {
|
| H A D | test-sched-prio.c | 29 Service *ser;
|
| H A D | test-unit-name.c | 233 assert_se(u = unit_new(m, sizeof(Service))); 258 assert_se(u2 = unit_new(m, sizeof(Service)));
|
| H A D | test-execute.c | 40 Service *service = NULL;
|
| H A D | test-path.c | 78 Service *service = NULL;
|
| H A D | test-unit-file.c | 125 assert_se(u = unit_new(m, sizeof(Service)));
|
| /systemd/test/TEST-03-JOBS/ |
| H A D | test.sh | 55 [Service]
|
| /systemd/test/TEST-05-RLIMITS/ |
| H A D | test.sh | 60 [Service]
|
| /systemd/test/TEST-06-SELINUX/ |
| H A D | test.sh | 56 [Service] 62 [Service] 83 [Service]
|
| /systemd/test/TEST-01-BASIC/ |
| H A D | test.sh | 55 [Service]
|
| /systemd/test/TEST-02-CRYPTSETUP/ |
| H A D | test.sh | 61 [Service]
|
| /systemd/src/analyze/ |
| H A D | analyze-verify.c | 123 Service *service; 129 log_unit_error(u, "Service %s not loaded, %s cannot be started.", UNIT(service)->id, u->id);
|
| /systemd/test/ |
| H A D | test-functions | 151 [Service]
|