Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty_int.c106 int flags; in nhw_upty_open_ptty() local
132 flags = fcntl(master_pty, F_GETFL); in nhw_upty_open_ptty()
133 if (flags == -1) { in nhw_upty_open_ptty()
140 ret = fcntl(master_pty, F_SETFL, flags | O_NONBLOCK); in nhw_upty_open_ptty()