Searched refs:ExecRuntime (Results 1 - 8 of 8) sorted by relevance
/systemd/src/core/ |
H A D | execute.h | 25 typedef struct ExecRuntime ExecRuntime; typedef in typeref:struct:ExecRuntime 88 struct ExecRuntime { struct 249 ExecRuntime *runtime, 281 int exec_runtime_make(ExecRuntime **rt, ExecContext *c, const char *id); 282 ExecRuntime *exec_runtime_ref(ExecRuntime *r); 283 ExecRuntime *exec_runtime_unref(ExecRuntime *r); 285 int exec_runtime_serialize(Unit *unit, ExecRuntime *r [all...] |
H A D | mount.h | 86 ExecRuntime *exec_runtime;
|
H A D | swap.h | 83 ExecRuntime *exec_runtime;
|
H A D | service.h | 147 ExecRuntime *exec_runtime;
|
H A D | socket.h | 95 ExecRuntime *exec_runtime;
|
H A D | execute.c | 1374 ExecRuntime *runtime) { 1403 ExecRuntime *runtime, 1444 ExecRuntime *runtime, 2063 ExecRuntime *runtime, 2913 static int exec_runtime_allocate(ExecRuntime **rt) { 2918 *rt = new0(ExecRuntime, 1); 2928 int exec_runtime_make(ExecRuntime **rt, ExecContext *c, const char *id) { 2959 ExecRuntime *exec_runtime_ref(ExecRuntime *r) { 2967 ExecRuntime *exec_runtime_unre [all...] |
H A D | unit.c | 2554 ExecRuntime *rt; 2683 ExecRuntime **rt = NULL; 2693 rt = (ExecRuntime**) ((uint8_t*) u + offset); 3309 ExecRuntime *unit_get_exec_runtime(Unit *u) { 3319 return *(ExecRuntime**) ((uint8_t*) u + offset); 3656 ExecRuntime **rt; 3664 /* Check if there already is an ExecRuntime for this unit? */ 3665 rt = (ExecRuntime**) ((uint8_t*) u + offset);
|
H A D | unit.h | 282 * pointer to ExecRuntime is found, if the unit type has 581 ExecRuntime *unit_get_exec_runtime(Unit *u) _pure_;
|
Completed in 123 milliseconds