Searched refs:ec (Results 1 - 5 of 5) sorted by relevance
/systemd/src/systemd/ |
H A D | sd-messages.h | 40 #define SD_MESSAGE_JOURNAL_USAGE SD_ID128_MAKE(ec,38,7f,57,7b,84,4b,8f,a9,48,f3,3c,ad,9a,75,e6) 73 #define SD_MESSAGE_OVERMOUNTING SD_ID128_MAKE(1d,ee,03,69,c7,fc,47,36,b7,09,9b,38,ec,b4,6e,e7)
|
/systemd/src/core/ |
H A D | unit.c | 117 ExecContext *ec; local 141 ec = unit_get_exec_context(u); 142 if (ec) 143 exec_context_init(ec); 459 ExecContext *ec; local 470 ec = unit_get_exec_context(u); 471 if (ec) 472 exec_context_done(ec); 1862 ExecContext *ec; local 1864 ec 3212 ExecContext *ec; local [all...] |
H A D | execute.c | 2400 bool exec_context_may_touch_console(ExecContext *ec) { argument 2402 return (ec->tty_reset || 2403 ec->tty_vhangup || 2404 ec->tty_vt_disallocate || 2405 is_terminal_input(ec->std_input) || 2406 is_terminal_output(ec->std_output) || 2407 is_terminal_output(ec->std_error)) && 2408 tty_may_match_dev_console(exec_context_tty_path(ec));
|
H A D | service.c | 941 ExecContext *ec; local 943 ec = unit_get_exec_context(UNIT(s)); 944 if (ec && exec_context_may_touch_console(ec)) {
|
/systemd/src/nspawn/ |
H A D | nspawn-network.c | 36 #define HOST_HASH_KEY SD_ID128_MAKE(1a,37,6f,c7,46,ec,45,0b,ad,a3,d5,31,06,60,5d,b1)
|
Completed in 409 milliseconds