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

/systemd/src/basic/
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);

Completed in 11 milliseconds