Lines Matching refs:proc
51 this->proc = curthread->td_proc;
52 this->pid0 = this->proc->p_pid;
53 this->uid0 = this->proc->p_ucred->cr_uid;
54 this->gid0 = this->proc->p_ucred->cr_rgid;
55 this->p_args = this->proc->p_args;
60 this->ar_args : stringof(this->proc->p_comm);
84 this->proc = this->proc->p_pptr;
85 this->pid1 = this->proc->p_pid;
86 this->uid1 = this->proc->p_ucred->cr_uid;
87 this->gid1 = this->proc->p_ucred->cr_rgid;
88 this->p_args = this->proc ? this->proc->p_args : 0;
93 this->ar_args : stringof(this->proc->p_comm);
117 this->proc = this->proc->p_pptr;
118 this->pid2 = this->proc->p_pid;
119 this->uid2 = this->proc->p_ucred->cr_uid;
120 this->gid2 = this->proc->p_ucred->cr_rgid;
121 this->p_args = this->proc ? this->proc->p_args : 0;
126 this->ar_args : stringof(this->proc->p_comm);
150 this->proc = this->proc->p_pptr;
151 this->pid3 = this->proc->p_pid;
152 this->uid3 = this->proc->p_ucred->cr_uid;
153 this->gid3 = this->proc->p_ucred->cr_rgid;
154 this->p_args = this->proc ? this->proc->p_args : 0;
159 this->ar_args : stringof(this->proc->p_comm);