Searched refs:utmp_mode (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | execute.h | 253 ExecUtmpMode utmp_mode; member
|
D | dbus-execute.c | 1264 …RTY("UtmpMode", "s", property_get_exec_utmp_mode, offsetof(ExecContext, utmp_mode), SD_BUS_VTABLE_… 1645 static BUS_DEFINE_SET_TRANSIENT_PARSE(utmp_mode, ExecUtmpMode, exec_utmp_mode_from_string); 1924 return bus_set_transient_utmp_mode(u, name, &c->utmp_mode, message, flags, error); in bus_exec_context_set_transient_property()
|
D | load-fragment-gperf.gperf.in | 158 …ode, 0, offsetof({{type}}, exec_context.utmp_mode)
|
D | execute.c | 4494 context->utmp_mode == EXEC_UTMP_INIT ? INIT_PROCESS : in exec_child() 4495 context->utmp_mode == EXEC_UTMP_LOGIN ? LOGIN_PROCESS : in exec_child()
|