Searched refs:tty_vhangup (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | execute.h | 232 bool tty_vhangup; member
|
D | load-fragment-gperf.gperf.in | 43 … 0, offsetof({{type}}, exec_context.tty_vhangup)
|
D | dbus-execute.c | 1215 …SD_BUS_PROPERTY("TTYVHangup", "b", bus_property_get_bool, offsetof(ExecContext, tty_vhangup), SD_B… 1840 return bus_set_transient_bool(u, name, &c->tty_vhangup, message, flags, error); in bus_exec_context_set_transient_property()
|
D | execute.c | 204 if (context->tty_vhangup) { in exec_context_tty_reset() 5695 ec->tty_vhangup || in exec_context_may_touch_tty() 5948 prefix, yes_no(c->tty_vhangup), in exec_context_dump()
|