Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_native_pty_bottom.c145 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()
Duart_native_tty_bottom.c187 int fd = open(pathname, O_RDWR | O_NOCTTY); in native_tty_open_tty_bottom()
/Zephyr-latest/tests/subsys/modem/backends/tty/src/
Dmain.c94 primary_fd = posix_openpt(O_RDWR | O_NOCTTY); in test_modem_backend_tty_setup()