Home
last modified time | relevance | path

Searched refs:terminal_vhangup_fd (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dterminal-util.h123 int terminal_vhangup_fd(int fd);
Dterminal-util.c506 int terminal_vhangup_fd(int fd) { in terminal_vhangup_fd() function
518 return terminal_vhangup_fd(fd); in terminal_vhangup()
/systemd-251/src/core/
Dexecute.c206 (void) terminal_vhangup_fd(p->stdin_fd); in exec_context_tty_reset()