Home
last modified time | relevance | path

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

/systemd-251/src/machine/
Dmachine.h93 int machine_openpt(Machine *m, int flags, char **ret_slave);
Dmachine-dbus.c479 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()
Dmachine.c583 int machine_openpt(Machine *m, int flags, char **ret_slave) { in machine_openpt() function