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

/systemd/src/shared/
H A Dptyfwd.h28 typedef struct PTYForward PTYForward; typedef in typeref:struct:PTYForward
40 int pty_forward_new(sd_event *event, int master, PTYForwardFlags flags, PTYForward **f);
41 PTYForward *pty_forward_free(PTYForward *f);
43 int pty_forward_get_last_char(PTYForward *f, char *ch);
45 int pty_forward_set_ignore_vhangup(PTYForward *f, bool ignore_vhangup);
46 int pty_forward_get_ignore_vhangup(PTYForward *f);
48 DEFINE_TRIVIAL_CLEANUP_FUNC(PTYForward*, pty_forward_free);
H A Dptyfwd.c42 struct PTYForward { struct
83 static bool look_for_escape(PTYForward *f, const char *buffer, size_t n) {
114 static bool ignore_vhangup(PTYForward *f) {
126 static int shovel(PTYForward *f) {
265 PTYForward *f = userdata;
283 PTYForward *f = userdata;
298 PTYForward *f = userdata;
313 PTYForward *f = userdata;
331 PTYForward **ret) {
333 _cleanup_(pty_forward_freep) PTYForward *
[all...]
/systemd/src/machine/
H A Dmachinectl.c1152 PTYForward ** forward = (PTYForward**) userdata;
1175 static int process_forward(sd_event *event, PTYForward **forward, int master, PTYForwardFlags flags, const char *name) {
1227 _cleanup_(pty_forward_freep) PTYForward *forward = NULL;
1294 _cleanup_(pty_forward_freep) PTYForward *forward = NULL;
/systemd/src/run/
H A Drun.c867 _cleanup_(pty_forward_freep) PTYForward *forward = NULL;
/systemd/src/nspawn/
H A Dnspawn.c3319 _cleanup_(pty_forward_freep) PTYForward *forward = NULL;

Completed in 72 milliseconds