| 2040 | } |
| 2041 | |
| 2042 | int |
| 2043 | proc_getenvv(struct thread *td, struct proc *p, struct sbuf *sb) |
| 2044 | { |
| 2045 | |
| 2046 | return (get_ps_strings(curthread, p, sb, PROC_ENV)); |
| 2047 | } |
| 2048 | |
| 2049 | int |
| 2050 | proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb) |
no test coverage detected