Searched refs:O_NOCTTY (Results 1 – 3 of 3) sorted by relevance
145 master_pty = posix_openpt(O_RDWR | O_NOCTTY); in np_uart_open_pty()220 ret = open(slave_pty_name, O_RDWR | O_NOCTTY); in np_uart_open_pty()
187 int fd = open(pathname, O_RDWR | O_NOCTTY); in native_tty_open_tty_bottom()
94 primary_fd = posix_openpt(O_RDWR | O_NOCTTY); in test_modem_backend_tty_setup()