tty_path          454 build2/src/core/load-fragment-gperf.c       {"Mount.TTYPath",                      config_parse_unit_path_printf,      0,                             offsetof(Mount, exec_context.tty_path)},
tty_path          765 build2/src/core/load-fragment-gperf.c       {"Socket.TTYPath",                      config_parse_unit_path_printf,      0,                             offsetof(Socket, exec_context.tty_path)},
tty_path          963 build2/src/core/load-fragment-gperf.c       {"Service.TTYPath",                      config_parse_unit_path_printf,      0,                             offsetof(Service, exec_context.tty_path)},
tty_path          999 build2/src/core/load-fragment-gperf.c       {"Swap.TTYPath",                      config_parse_unit_path_printf,      0,                             offsetof(Swap, exec_context.tty_path)},
tty_path          148 build2/src/journal/journald-gperf.c       {"Journal.TTYPath",            config_parse_path,       0, offsetof(Server, tty_path)},
tty_path          612 src/core/dbus-execute.c         SD_BUS_PROPERTY("TTYPath", "s", NULL, offsetof(ExecContext, tty_path), SD_BUS_VTABLE_PROPERTY_CONST),
tty_path          175 src/core/execute.c         if (context->tty_path)
tty_path          176 src/core/execute.c                 return context->tty_path;
tty_path          185 src/core/execute.c                 terminal_vhangup(tty_path(context));
tty_path          188 src/core/execute.c                 reset_terminal(tty_path(context));
tty_path          190 src/core/execute.c         if (context->tty_vt_disallocate && context->tty_path)
tty_path          191 src/core/execute.c                 vt_disallocate(context->tty_path);
tty_path          372 src/core/execute.c                 fd = acquire_terminal(tty_path(context),
tty_path          432 src/core/execute.c                         return open_terminal_as(tty_path(context), O_WRONLY, fileno);
tty_path          456 src/core/execute.c                 return open_terminal_as(tty_path(context), O_WRONLY, fileno);
tty_path         1249 src/core/execute.c             c->tty_path) {
tty_path         1251 src/core/execute.c                 x = strdup(default_term_for_tty(tty_path(c)));
tty_path         1464 src/core/execute.c                 utmp_put_init_process(context->utmp_id, getpid(), getsid(0), context->tty_path);
tty_path         1535 src/core/execute.c                 err = setup_pam(context->pam_name, username, uid, context->tty_path, &pam_env, fds, n_fds);
tty_path         1932 src/core/execute.c         free(c->tty_path);
tty_path         1933 src/core/execute.c         c->tty_path = NULL;
tty_path         2157 src/core/execute.c                tty_may_match_dev_console(tty_path(ec));
tty_path         2264 src/core/execute.c         if (c->tty_path)
tty_path         2270 src/core/execute.c                         prefix, c->tty_path,
tty_path          119 src/core/execute.h         char *tty_path;
tty_path           99 src/journal/journald-console.c         tty = s->tty_path ? s->tty_path : "/dev/console";
tty_path         1660 src/journal/journald-server.c         free(s->tty_path);
tty_path          117 src/journal/journald-server.h         char *tty_path;