Searched refs:open_terminal (Results 1 - 14 of 14) sorted by relevance
/systemd/src/basic/ |
H A D | terminal-util.h | 49 int open_terminal(const char *name, int mode);
|
H A D | terminal-util.c | 63 fd = open_terminal("/dev/tty0", O_RDWR|O_NOCTTY|O_CLOEXEC|O_NONBLOCK); 307 fd = open_terminal(name, O_RDWR|O_NOCTTY|O_CLOEXEC|O_NONBLOCK); 314 int open_terminal(const char *name, int mode) { function 417 fd = open_terminal(name, O_RDWR|O_NOCTTY|O_CLOEXEC); 546 fd = open_terminal(name, O_RDWR|O_NOCTTY|O_CLOEXEC|O_NONBLOCK); 569 fd = open_terminal(name, O_RDWR|O_NOCTTY|O_CLOEXEC); 592 fd = open_terminal("/dev/tty0", O_RDWR|O_NOCTTY|O_CLOEXEC|O_NONBLOCK); 607 fd = open_terminal(name, O_RDWR|O_NOCTTY|O_CLOEXEC); 1116 master = open_terminal(name, mode|O_NOCTTY|O_CLOEXEC);
|
H A D | log.c | 99 console_fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
|
/systemd/src/core/ |
H A D | show-status.c | 64 fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
|
H A D | execute.c | 344 fd = open_terminal(path, mode | O_NOCTTY); 623 fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
|
H A D | main.c | 267 tty_fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
|
H A D | manager.c | 390 fd = open_terminal("/dev/tty0", O_RDWR|O_NOCTTY|O_CLOEXEC);
|
/systemd/src/journal/ |
H A D | journald-console.c | 105 fd = open_terminal(tty, O_WRONLY|O_NOCTTY|O_CLOEXEC);
|
/systemd/src/vconsole/ |
H A D | vconsole-setup.c | 222 vcfd = open_terminal(vcname, O_RDWR|O_CLOEXEC); 275 fd = open_terminal(vc, O_RDWR|O_CLOEXEC);
|
/systemd/src/login/ |
H A D | logind-core.c | 392 fd = open_terminal("/dev/tty1", O_RDWR|O_NOCTTY|O_CLOEXEC);
|
H A D | logind-seat.c | 184 fd = open_terminal(p, O_RDWR|O_NOCTTY|O_CLOEXEC);
|
H A D | logind-session.c | 1000 s->vtfd = open_terminal(path, O_RDWR | O_CLOEXEC | O_NONBLOCK | O_NOCTTY);
|
/systemd/src/machine/ |
H A D | machine.c | 593 return open_terminal(path, mode);
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 2691 r = open_terminal(console, O_RDWR);
|
Completed in 3225 milliseconds