Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty_int.c78 static void attach_to_tty(const char *slave_tty, const char *auto_attach_cmd) in attach_to_tty() argument
80 char command[strlen(auto_attach_cmd) + strlen(slave_tty) + 1]; in attach_to_tty()
82 sprintf(command, auto_attach_cmd, slave_tty); in attach_to_tty()
98 int nhw_upty_open_ptty(const char *uart_name, const char *auto_attach_cmd, in nhw_upty_open_ptty() argument
197 attach_to_tty(slave_pty_name, auto_attach_cmd); in nhw_upty_open_ptty()
DNHW_UART_backend_pty_int.h13 int nhw_upty_open_ptty(const char *uart_name, const char *auto_attach_cmd,