Searched refs:slave (Results 1 - 1 of 1) sorted by relevance

/systemd/src/machine/
H A Dmachine-dbus.c644 _cleanup_close_ int master = -1, slave = -1; local
707 slave = machine_open_terminal(m, pty_name, O_RDWR|O_NOCTTY|O_CLOEXEC);
708 if (slave < 0)
709 return slave;
745 "StandardInputFileDescriptor", "h", slave,
746 "StandardOutputFileDescriptor", "h", slave,
747 "StandardErrorFileDescriptor", "h", slave,
851 slave = safe_close(slave);
939 r = sd_bus_error_set_errnof(error, errno, "Failed to remount slave
[all...]

Completed in 22 milliseconds