Lines Matching refs:src

175 Pinit_ops(ps_ops_t *dst, const ps_ops_t *src)  in Pinit_ops()  argument
179 if (src->pop_pread != NULL) in Pinit_ops()
180 dst->pop_pread = src->pop_pread; in Pinit_ops()
181 if (src->pop_pwrite != NULL) in Pinit_ops()
182 dst->pop_pwrite = src->pop_pwrite; in Pinit_ops()
183 if (src->pop_read_maps != NULL) in Pinit_ops()
184 dst->pop_read_maps = src->pop_read_maps; in Pinit_ops()
185 if (src->pop_read_aux != NULL) in Pinit_ops()
186 dst->pop_read_aux = src->pop_read_aux; in Pinit_ops()
187 if (src->pop_cred != NULL) in Pinit_ops()
188 dst->pop_cred = src->pop_cred; in Pinit_ops()
189 if (src->pop_priv != NULL) in Pinit_ops()
190 dst->pop_priv = src->pop_priv; in Pinit_ops()
191 if (src->pop_psinfo != NULL) in Pinit_ops()
192 dst->pop_psinfo = src->pop_psinfo; in Pinit_ops()
193 if (src->pop_status != NULL) in Pinit_ops()
194 dst->pop_status = src->pop_status; in Pinit_ops()
195 if (src->pop_lstatus != NULL) in Pinit_ops()
196 dst->pop_lstatus = src->pop_lstatus; in Pinit_ops()
197 if (src->pop_lpsinfo != NULL) in Pinit_ops()
198 dst->pop_lpsinfo = src->pop_lpsinfo; in Pinit_ops()
199 if (src->pop_fini != NULL) in Pinit_ops()
200 dst->pop_fini = src->pop_fini; in Pinit_ops()
201 if (src->pop_platform != NULL) in Pinit_ops()
202 dst->pop_platform = src->pop_platform; in Pinit_ops()
203 if (src->pop_uname != NULL) in Pinit_ops()
204 dst->pop_uname = src->pop_uname; in Pinit_ops()
205 if (src->pop_zonename != NULL) in Pinit_ops()
206 dst->pop_zonename = src->pop_zonename; in Pinit_ops()
207 if (src->pop_execname != NULL) in Pinit_ops()
208 dst->pop_execname = src->pop_execname; in Pinit_ops()
209 if (src->pop_secflags != NULL) in Pinit_ops()
210 dst->pop_secflags = src->pop_secflags; in Pinit_ops()
212 if (src->pop_ldt != NULL) in Pinit_ops()
213 dst->pop_ldt = src->pop_ldt; in Pinit_ops()