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

/systemd/src/run/
H A Drun.c459 static int transient_service_set_properties(sd_bus_message *m, char **argv, const char *pty_path) { argument
506 if (pty_path) {
514 "TTYPath", "s", pty_path);
736 _cleanup_free_ char *service = NULL, *pty_path = NULL; local
750 r = ptsname_malloc(master, &pty_path);
788 pty_path = strdup(s);
789 if (!pty_path)
835 r = transient_service_set_properties(m, argv, pty_path);

Completed in 32 milliseconds