Searched refs:ExecRuntime (Results 1 - 8 of 8) sorted by relevance

/systemd/src/core/
H A Dexecute.h25 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 Dmount.h86 ExecRuntime *exec_runtime;
H A Dswap.h83 ExecRuntime *exec_runtime;
H A Dservice.h147 ExecRuntime *exec_runtime;
H A Dsocket.h95 ExecRuntime *exec_runtime;
H A Dexecute.c1374 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 Dunit.c2554 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 Dunit.h282 * pointer to ExecRuntime is found, if the unit type has
581 ExecRuntime *unit_get_exec_runtime(Unit *u) _pure_;

Completed in 123 milliseconds