Searched refs:copyin_psstrings (Results 1 – 4 of 4) sorted by relevance
266 int copyin_psstrings (struct proc *, struct ps_strings *);
2320 copyin_psstrings(struct proc *p, struct ps_strings *arginfo) in copyin_psstrings() function2441 if ((error = copyin_psstrings(p, &pss)) == 0) { in sysctl_kern_proc_args()2495 if ((error = copyin_psstrings(p, &pss)) != 0) in copy_procargs()3058 if ((error = copyin_psstrings(p, &pss)) != 0) in proc_getauxv()
1522 if ((error = copyin_psstrings(p, &pss)) != 0) in process_auxv_offset()
124 (void)copyin_psstrings(p, &arginfo); in setregs()