Home
last modified time | relevance | path

Searched refs:proc_getauxv (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dproc.h1099 int proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb);
/f-stack/freebsd/kern/
H A Dimgact_elf.c2609 proc_getauxv(curthread, p, sb); in __elfN()
2618 proc_getauxv(curthread, p, sb); in __elfN()
H A Dkern_proc.c2050 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()