Searched refs:acquire_terminal (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dterminal-util.h50 int acquire_terminal(const char *name, bool fail, bool force, bool ignore_tiocstty_eperm, usec_t timeout);
H A Dterminal-util.c360 int acquire_terminal( function
624 fd = acquire_terminal("/dev/console", false, true, true, USEC_INFINITY);
/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c358 tty_fd = acquire_terminal("/dev/console", false, false, false, USEC_INFINITY);
/systemd/src/core/
H A Dexecute.c416 fd = acquire_terminal(exec_context_tty_path(context),
582 fd = acquire_terminal(

Completed in 3377 milliseconds