Lines Matching refs:src

208 Pinit_ops(ps_ops_t *dst, const ps_ops_t *src)  in Pinit_ops()  argument
212 if (src->pop_pread != NULL) in Pinit_ops()
213 dst->pop_pread = src->pop_pread; in Pinit_ops()
214 if (src->pop_pwrite != NULL) in Pinit_ops()
215 dst->pop_pwrite = src->pop_pwrite; in Pinit_ops()
216 if (src->pop_read_maps != NULL) in Pinit_ops()
217 dst->pop_read_maps = src->pop_read_maps; in Pinit_ops()
218 if (src->pop_read_aux != NULL) in Pinit_ops()
219 dst->pop_read_aux = src->pop_read_aux; in Pinit_ops()
220 if (src->pop_cred != NULL) in Pinit_ops()
221 dst->pop_cred = src->pop_cred; in Pinit_ops()
222 if (src->pop_priv != NULL) in Pinit_ops()
223 dst->pop_priv = src->pop_priv; in Pinit_ops()
224 if (src->pop_psinfo != NULL) in Pinit_ops()
225 dst->pop_psinfo = src->pop_psinfo; in Pinit_ops()
226 if (src->pop_status != NULL) in Pinit_ops()
227 dst->pop_status = src->pop_status; in Pinit_ops()
228 if (src->pop_lstatus != NULL) in Pinit_ops()
229 dst->pop_lstatus = src->pop_lstatus; in Pinit_ops()
230 if (src->pop_lpsinfo != NULL) in Pinit_ops()
231 dst->pop_lpsinfo = src->pop_lpsinfo; in Pinit_ops()
232 if (src->pop_fini != NULL) in Pinit_ops()
233 dst->pop_fini = src->pop_fini; in Pinit_ops()
234 if (src->pop_platform != NULL) in Pinit_ops()
235 dst->pop_platform = src->pop_platform; in Pinit_ops()
236 if (src->pop_uname != NULL) in Pinit_ops()
237 dst->pop_uname = src->pop_uname; in Pinit_ops()
238 if (src->pop_zonename != NULL) in Pinit_ops()
239 dst->pop_zonename = src->pop_zonename; in Pinit_ops()
240 if (src->pop_execname != NULL) in Pinit_ops()
241 dst->pop_execname = src->pop_execname; in Pinit_ops()
243 if (src->pop_ldt != NULL) in Pinit_ops()
244 dst->pop_ldt = src->pop_ldt; in Pinit_ops()