Searched refs:forward (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/run/ |
D | run.c | 982 PTYForward *forward; member 1005 c->forward = pty_forward_free(c->forward); in run_context_free() 1024 if (c->forward && done) /* If the service is gone, it's time to drain the output */ in run_context_check_done() 1025 done = pty_forward_drain(c->forward); in run_context_check_done() 1269 … r = pty_forward_new(c.event, master, PTY_FORWARD_IGNORE_INITIAL_VHANGUP, &c.forward); in start_transient_service() 1273 pty_forward_set_handler(c.forward, pty_forward_handler, &c); in start_transient_service() 1276 (void) pty_forward_set_priority(c.forward, SD_EVENT_PRIORITY_IMPORTANT); in start_transient_service() 1306 if (c.forward) { in start_transient_service() 1309 r = pty_forward_get_last_char(c.forward, &last_char); in start_transient_service() 1319 c.forward = pty_forward_free(c.forward); in start_transient_service()
|
/systemd-251/src/machine/ |
D | machinectl.c | 1180 PTYForward ** forward = (PTYForward**) userdata; in on_machine_removed() local 1184 assert(forward); in on_machine_removed() 1186 if (*forward) { in on_machine_removed() 1191 r = pty_forward_set_ignore_vhangup(*forward, false); in on_machine_removed() 1203 static int process_forward(sd_event *event, PTYForward **forward, int master, PTYForwardFlags flags… in process_forward() argument 1224 r = pty_forward_new(event, master, flags, forward); in process_forward() 1232 pty_forward_get_last_char(*forward, &last_char); in process_forward() 1236 pty_forward_get_ignore_vhangup(*forward) == 0; in process_forward() 1238 *forward = pty_forward_free(*forward); in process_forward() 1293 _cleanup_(pty_forward_freep) PTYForward *forward = NULL; in login_machine() [all …]
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 60-block.rules | 7 # forward scsi device event to corresponding block device
|
/systemd-251/rules.d/ |
D | 60-block.rules | 7 # forward scsi device event to corresponding block device
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 4748 _cleanup_(pty_forward_freep) PTYForward *forward = NULL; in run_container() 5207 r = pty_forward_new(event, fd, flags, &forward); in run_container() 5212 (void) pty_forward_set_width_height(forward, in run_container() 5228 if (forward) { in run_container() 5231 (void) pty_forward_get_last_char(forward, &last_char); in run_container() 5232 forward = pty_forward_free(forward); in run_container()
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 502 KEYBOARD_KEY_0900f2=forward 1054 KEYBOARD_KEY_c1043=forward 1069 KEYBOARD_KEY_c1043=forward 1518 KEYBOARD_KEY_c0012=forward
|
D | 20-OUI.hwdb | 113475 ID_OUI_FROM_DATABASE=Step forward Group Co., Ltd.
|
D | ma-large.txt | 12596 DC-2F-03 (hex) Step forward Group Co., Ltd. 12597 DC2F03 (base 16) Step forward Group Co., Ltd.
|
/systemd-251/ |
D | NEWS | 1985 forward compatibility, userspace daemon needs to debounce duplicated 3484 * systemd-resolved may be configured to forward single-label DNS names. 4410 way forward. Downstream production distributions might want to 10501 * journald will no longer forward all local data to another 11184 * journald can now forward logged messages to the TTYs of all 13056 distributions are welcome to forward port the specific 13465 * journald will now warn if it ca not forward a message to the
|
D | TODO | 410 * nspawn: optionally set up nftables/iptables routes that forward UDP/TCP
|