Searched refs:proc_getauxv (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 1099 int proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb);
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf.c | 2609 proc_getauxv(curthread, p, sb); in __elfN() 2618 proc_getauxv(curthread, p, sb); in __elfN()
|
| H A D | kern_proc.c | 2050 proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb) in proc_getauxv() function 2217 error = proc_getauxv(curthread, p, &sb); in sysctl_kern_proc_auxv()
|