ExecRuntime 1269 src/core/execute.c ExecRuntime *runtime, ExecRuntime 1793 src/core/execute.c ExecRuntime *runtime, ExecRuntime 2630 src/core/execute.c static int exec_runtime_allocate(ExecRuntime **rt) { ExecRuntime 2635 src/core/execute.c *rt = new0(ExecRuntime, 1); ExecRuntime 2645 src/core/execute.c int exec_runtime_make(ExecRuntime **rt, ExecContext *c, const char *id) { ExecRuntime 2676 src/core/execute.c ExecRuntime *exec_runtime_ref(ExecRuntime *r) { ExecRuntime 2684 src/core/execute.c ExecRuntime *exec_runtime_unref(ExecRuntime *r) { ExecRuntime 2702 src/core/execute.c int exec_runtime_serialize(ExecRuntime *rt, Unit *u, FILE *f, FDSet *fds) { ExecRuntime 2739 src/core/execute.c int exec_runtime_deserialize_item(ExecRuntime **rt, Unit *u, const char *key, const char *value, FDSet *fds) { ExecRuntime 2813 src/core/execute.c void exec_runtime_destroy(ExecRuntime *rt) { ExecRuntime 27 src/core/execute.h typedef struct ExecRuntime ExecRuntime; ExecRuntime 221 src/core/execute.h ExecRuntime *runtime, ExecRuntime 252 src/core/execute.h int exec_runtime_make(ExecRuntime **rt, ExecContext *c, const char *id); ExecRuntime 253 src/core/execute.h ExecRuntime *exec_runtime_ref(ExecRuntime *r); ExecRuntime 254 src/core/execute.h ExecRuntime *exec_runtime_unref(ExecRuntime *r); ExecRuntime 256 src/core/execute.h int exec_runtime_serialize(ExecRuntime *rt, Unit *u, FILE *f, FDSet *fds); ExecRuntime 257 src/core/execute.h int exec_runtime_deserialize_item(ExecRuntime **rt, Unit *u, const char *key, const char *value, FDSet *fds); ExecRuntime 259 src/core/execute.h void exec_runtime_destroy(ExecRuntime *rt); ExecRuntime 106 src/core/mount.h ExecRuntime *exec_runtime; ExecRuntime 160 src/core/service.h ExecRuntime *exec_runtime; ExecRuntime 114 src/core/socket.h ExecRuntime *exec_runtime; ExecRuntime 100 src/core/swap.h ExecRuntime *exec_runtime; ExecRuntime 2486 src/core/unit.c ExecRuntime *rt; ExecRuntime 2559 src/core/unit.c ExecRuntime **rt = NULL; ExecRuntime 2569 src/core/unit.c rt = (ExecRuntime**) ((uint8_t*) u + offset); ExecRuntime 3122 src/core/unit.c ExecRuntime *unit_get_exec_runtime(Unit *u) { ExecRuntime 3132 src/core/unit.c return *(ExecRuntime**) ((uint8_t*) u + offset); ExecRuntime 3497 src/core/unit.c ExecRuntime **rt; ExecRuntime 3506 src/core/unit.c rt = (ExecRuntime**) ((uint8_t*) u + offset); ExecRuntime 567 src/core/unit.h ExecRuntime *unit_get_exec_runtime(Unit *u) _pure_;