Lines Matching refs:proc
54 this->proc = curthread->td_proc;
55 this->pid0 = this->proc->p_pid;
56 this->uid0 = this->proc->p_ucred->cr_uid;
57 this->gid0 = this->proc->p_ucred->cr_rgid;
58 this->p_args = this->proc->p_args;
63 this->ar_args : stringof(this->proc->p_comm);
87 this->proc = this->proc->p_pptr;
88 this->pid1 = this->proc->p_pid;
89 this->uid1 = this->proc->p_ucred->cr_uid;
90 this->gid1 = this->proc->p_ucred->cr_rgid;
91 this->p_args = this->proc ? this->proc->p_args : 0;
96 this->ar_args : stringof(this->proc->p_comm);
120 this->proc = this->proc->p_pptr;
121 this->pid2 = this->proc->p_pid;
122 this->uid2 = this->proc->p_ucred->cr_uid;
123 this->gid2 = this->proc->p_ucred->cr_rgid;
124 this->p_args = this->proc ? this->proc->p_args : 0;
129 this->ar_args : stringof(this->proc->p_comm);
153 this->proc = this->proc->p_pptr;
154 this->pid3 = this->proc->p_pid;
155 this->uid3 = this->proc->p_ucred->cr_uid;
156 this->gid3 = this->proc->p_ucred->cr_rgid;
157 this->p_args = this->proc ? this->proc->p_args : 0;
162 this->ar_args : stringof(this->proc->p_comm);