Lines Matching defs:Pr
38 get_sock_peer_name(struct ps_prochandle *Pr,
74 error = Psyscall(Pr, &rval, syscall, 4, &argd[0]);
92 pr_getsockname(struct ps_prochandle *Pr,
95 if (Pr == NULL) /* no subject process */
98 return (get_sock_peer_name(Pr, SYS_getsockname, sock, name, namelen));
105 pr_getpeername(struct ps_prochandle *Pr,
108 if (Pr == NULL) /* no subject process */
111 return (get_sock_peer_name(Pr, SYS_getpeername, sock, name, namelen));
115 pr_getsockopt(struct ps_prochandle *Pr,
123 if (Pr == NULL) /* no subject process */
161 error = Psyscall(Pr, &rval, SYS_getsockopt, 5, &argd[0]);
174 pr_getpeerucred(struct ps_prochandle *Pr, int fd, ucred_t **ucp)
182 if (Pr == NULL) /* no subject process */
212 error = Psyscall(Pr, &rval, SYS_ucredsys, 3, &argd[0]);