Home | History | Annotate | Download | only in openssh

Lines Matching defs:pid

82 /* PID of ssh transport process */
287 pid_t pid;
295 if ((pid = fork()) == -1)
298 if (pid == 0) {
311 while (waitpid(pid, &status, 0) == -1)