Searched refs:open_terminal (Results 1 - 14 of 14) sorted by relevance

/systemd/src/basic/
H A Dterminal-util.h49 int open_terminal(const char *name, int mode);
H A Dterminal-util.c63 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 Dlog.c99 console_fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
/systemd/src/core/
H A Dshow-status.c64 fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
H A Dexecute.c344 fd = open_terminal(path, mode | O_NOCTTY);
623 fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
H A Dmain.c267 tty_fd = open_terminal("/dev/console", O_WRONLY|O_NOCTTY|O_CLOEXEC);
H A Dmanager.c390 fd = open_terminal("/dev/tty0", O_RDWR|O_NOCTTY|O_CLOEXEC);
/systemd/src/journal/
H A Djournald-console.c105 fd = open_terminal(tty, O_WRONLY|O_NOCTTY|O_CLOEXEC);
/systemd/src/vconsole/
H A Dvconsole-setup.c222 vcfd = open_terminal(vcname, O_RDWR|O_CLOEXEC);
275 fd = open_terminal(vc, O_RDWR|O_CLOEXEC);
/systemd/src/login/
H A Dlogind-core.c392 fd = open_terminal("/dev/tty1", O_RDWR|O_NOCTTY|O_CLOEXEC);
H A Dlogind-seat.c184 fd = open_terminal(p, O_RDWR|O_NOCTTY|O_CLOEXEC);
H A Dlogind-session.c1000 s->vtfd = open_terminal(path, O_RDWR | O_CLOEXEC | O_NONBLOCK | O_NOCTTY);
/systemd/src/machine/
H A Dmachine.c593 return open_terminal(path, mode);
/systemd/src/nspawn/
H A Dnspawn.c2691 r = open_terminal(console, O_RDWR);

Completed in 3225 milliseconds