Searched refs:auto_attach_cmd (Results 1 – 2 of 2) sorted by relevance
78 static void attach_to_tty(const char *slave_tty, const char *auto_attach_cmd) in attach_to_tty() argument80 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() argument197 attach_to_tty(slave_pty_name, auto_attach_cmd); in nhw_upty_open_ptty()
13 int nhw_upty_open_ptty(const char *uart_name, const char *auto_attach_cmd,