Home | History | Annotate | Download | only in openssh

Lines Matching refs:child_pid

74 	pid_t child_pid;
90 box->child_pid = 0;
113 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid,
120 debug3("%s: wait for child %ld", __func__, (long)child_pid);
121 box->child_pid = child_pid;
126 debug3("%s: child %ld ready", __func__, (long)child_pid);
137 if (ioctl(box->systrace_fd, STRIOCATTACH, &child_pid) == -1)
139 box->systrace_fd, child_pid, strerror(errno));
150 policy.strp_pid = box->child_pid;
176 debug3("%s: start child %ld", __func__, (long)child_pid);
193 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
195 ssh_sandbox_parent(box, child_pid, preauth_policy);