Searched refs:tty_vt_disallocate (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | execute.h | 233 bool tty_vt_disallocate; member
|
D | load-fragment-gperf.gperf.in | 44 … 0, offsetof({{type}}, exec_context.tty_vt_disallocate)
|
D | dbus-execute.c | 1216 …YVTDisallocate", "b", bus_property_get_bool, offsetof(ExecContext, tty_vt_disallocate), SD_BUS_VTA… 1846 … return bus_set_transient_bool(u, name, &c->tty_vt_disallocate, message, flags, error); in bus_exec_context_set_transient_property()
|
D | execute.c | 221 if (context->tty_vt_disallocate && path) in exec_context_tty_reset() 5696 ec->tty_vt_disallocate || in exec_context_may_touch_tty() 5949 prefix, yes_no(c->tty_vt_disallocate), in exec_context_dump()
|