Searched refs:pty_path (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/run/ |
D | run.c | 708 static int transient_service_set_properties(sd_bus_message *m, const char *pty_path) { in transient_service_set_properties() argument 768 if (pty_path) { in transient_service_set_properties() 774 "TTYPath", "s", pty_path); in transient_service_set_properties() 1113 _cleanup_free_ char *service = NULL, *pty_path = NULL; in start_transient_service() local 1127 r = ptsname_malloc(master, &pty_path); in start_transient_service() 1162 pty_path = strdup(s); in start_transient_service() 1163 if (!pty_path) in start_transient_service() 1209 r = transient_service_set_properties(m, pty_path); in start_transient_service()
|
/systemd-251/src/machine/ |
D | machine-dbus.c | 1303 SD_BUS_RESULT("h", pty, "s", pty_path), 1308 SD_BUS_RESULT("h", pty, "s", pty_path), 1313 SD_BUS_RESULT("h", pty, "s", pty_path),
|
D | machined-dbus.c | 1085 SD_BUS_RESULT("h", pty, "s", pty_path), 1090 SD_BUS_RESULT("h", pty, "s", pty_path), 1095 SD_BUS_RESULT("h", pty, "s", pty_path),
|