Home
last modified time | relevance | path

Searched refs:do_cmd_pid2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dscp.c160 pid_t do_cmd_pid2 = -1; variable
179 if (do_cmd_pid2 > 1) { in killchild()
180 kill(do_cmd_pid2, signo ? signo : SIGTERM); in killchild()
181 (void)waitpid(do_cmd_pid2, NULL, 0); in killchild()
207 suspone(do_cmd_pid2, signo); in suspchild()
1091 &remin2, &remout2, &do_cmd_pid2); in toremote()
1097 remin2, remout2, (long)do_cmd_pid2); in toremote()
1102 if (waitpid(do_cmd_pid2, &status, 0) == -1) in toremote()
1107 do_cmd_pid2 = -1; in toremote()
2270 if (do_cmd_pid2 > 0)
[all …]