Searched defs:ExecContext (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dexecute.h24 typedef struct ExecContext ExecContext; typedef in typeref:struct:ExecContext
97 struct ExecContext { struct
247 const ExecContext *context,
266 void exec_context_init(ExecContext *c);
267 void exec_context_done(ExecContext *c);
268 void exec_context_dump(ExecContext *c, FILE* f, const char *prefix);
270 int exec_context_destroy_runtime_directory(ExecContext *c, const char *runtime_root);
272 int exec_context_load_environment(Unit *unit, const ExecContext *c, char ***l);
274 bool exec_context_may_touch_console(ExecContext *
[all...]

Completed in 1059 milliseconds