Searched refs:machine_open_terminal (Results 1 – 3 of 3) sorted by relevance
94 int machine_open_terminal(Machine *m, const char *path, int mode);
603 int machine_open_terminal(Machine *m, const char *path, int mode) { in machine_open_terminal() function
690 slave = machine_open_terminal(m, pty_name, O_RDWR|O_NOCTTY|O_CLOEXEC); in bus_machine_method_open_shell()