Searched refs:RunContext (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/run/ |
D | run.c | 979 typedef struct RunContext { struct 1000 } RunContext; argument 1002 static void run_context_free(RunContext *c) { in run_context_free() 1014 static void run_context_check_done(RunContext *c) { in run_context_check_done() 1045 static int run_context_update(RunContext *c, const char *path) { in run_context_update() 1048 … { "ActiveState", "s", NULL, offsetof(RunContext, active_state) }, in run_context_update() 1049 … { "InactiveExitTimestampMonotonic", "t", NULL, offsetof(RunContext, inactive_exit_usec) }, in run_context_update() 1050 … { "InactiveEnterTimestampMonotonic", "t", NULL, offsetof(RunContext, inactive_enter_usec) }, in run_context_update() 1051 … { "Result", "s", NULL, offsetof(RunContext, result) }, in run_context_update() 1052 … { "ExecMainCode", "i", NULL, offsetof(RunContext, exit_code) }, in run_context_update() [all …]
|