Searched refs:machine_openpt (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/machine/ |
D | machine.h | 93 int machine_openpt(Machine *m, int flags, char **ret_slave);
|
D | machine-dbus.c | 479 master = machine_openpt(m, O_RDWR|O_NOCTTY|O_CLOEXEC, &pty_name); in bus_machine_method_open_pty() 572 master = machine_openpt(m, O_RDWR|O_NOCTTY|O_CLOEXEC, &pty_name); in bus_machine_method_open_login() 683 master = machine_openpt(m, O_RDWR|O_NOCTTY|O_CLOEXEC, &pty_name); in bus_machine_method_open_shell()
|
D | machine.c | 583 int machine_openpt(Machine *m, int flags, char **ret_slave) { in machine_openpt() function
|