Home
last modified time | relevance | path

Searched refs:utmp_mode (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dexecute.h253 ExecUtmpMode utmp_mode; member
Ddbus-execute.c1264 …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()
Dload-fragment-gperf.gperf.in158 …ode, 0, offsetof({{type}}, exec_context.utmp_mode)
Dexecute.c4494 context->utmp_mode == EXEC_UTMP_INIT ? INIT_PROCESS : in exec_child()
4495 context->utmp_mode == EXEC_UTMP_LOGIN ? LOGIN_PROCESS : in exec_child()