Searched refs:Service (Results 1 - 24 of 24) sorted by relevance

/systemd/src/core/
H A Ddbus-service.c43 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 Dservice.h22 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 Dservice.c101 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 Dunit.h442 DEFINE_CAST(SERVICE, Service);
H A Dsocket.c1158 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 Dbusname.c590 log_unit_error(UNIT(n), "Service to activate vanished, refusing activation.");
623 Service *service;
H A Ddbus.c753 Service *s = SERVICE(u);
H A Dload-fragment.c1633 Service *s = data;
1726 Service *s = userdata;
/systemd/test/TEST-04-JOURNAL/
H A Dtest.sh55 [Service]
64 [Service]
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest-segfault.sh9 [Service]
H A Dtest.sh37 [Service]
/systemd/src/test/
H A Dtest-job-type.c33 static Service s = {
H A Dtest-sched-prio.c29 Service *ser;
H A Dtest-unit-name.c233 assert_se(u = unit_new(m, sizeof(Service)));
258 assert_se(u2 = unit_new(m, sizeof(Service)));
H A Dtest-execute.c40 Service *service = NULL;
H A Dtest-path.c78 Service *service = NULL;
H A Dtest-unit-file.c125 assert_se(u = unit_new(m, sizeof(Service)));
/systemd/test/TEST-03-JOBS/
H A Dtest.sh55 [Service]
/systemd/test/TEST-05-RLIMITS/
H A Dtest.sh60 [Service]
/systemd/test/TEST-06-SELINUX/
H A Dtest.sh56 [Service]
62 [Service]
83 [Service]
/systemd/test/TEST-01-BASIC/
H A Dtest.sh55 [Service]
/systemd/test/TEST-02-CRYPTSETUP/
H A Dtest.sh61 [Service]
/systemd/src/analyze/
H A Danalyze-verify.c123 Service *service;
129 log_unit_error(u, "Service %s not loaded, %s cannot be started.", UNIT(service)->id, u->id);
/systemd/test/
H A Dtest-functions151 [Service]

Completed in 46 milliseconds