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.c180 pid_t do_cmd_pid2 = -1; variable
199 if (do_cmd_pid2 > 1) { in killchild()
200 kill(do_cmd_pid2, signo ? signo : SIGTERM); in killchild()
201 (void)waitpid(do_cmd_pid2, NULL, 0); in killchild()
227 suspone(do_cmd_pid2, signo); in suspchild()
1110 &remin2, &remout2, &do_cmd_pid2); in toremote()
1116 remin2, remout2, (long)do_cmd_pid2); in toremote()
1121 if (waitpid(do_cmd_pid2, &status, 0) == -1) in toremote()
1126 do_cmd_pid2 = -1; in toremote()
2275 if (do_cmd_pid2 > 0)
[all …]