Home | History | Annotate | Download | only in openssh

Lines Matching defs:pid

1465 	pid_t pid;
1489 if ((pid = fork()) < 0) {
1494 if (pid == 0) {
1510 debug3("%s: [child] pid=%ld, exec %s",
1537 while (waitpid(pid, &status, 0) < 0) {
1540 __func__, (long)pid, strerror(errno));