Home
last modified time | relevance | path

Searched refs:execpathp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Delf_common.c72 if (imgp->execpathp != 0) in __elfN()
73 AUXARGS_ENTRY_PTR(pos, AT_OLD_EXECPATH, imgp->execpathp); in __elfN()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c350 imgp->execpathp = (void *)destp; in __linuxN()
351 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in __linuxN()
529 if (linux_kernver(td) >= LINUX_KERNVER(2,6,26) && imgp->execpathp != 0) in __linuxN()
530 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in __linuxN()
/freebsd/sys/sys/
H A Dimgact.h77 void *execpathp; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c634 imgp->execpathp = (void *)destp; in linux_copyout_strings()
635 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd/sys/kern/
H A Dkern_exec.c1700 imgp->execpathp = (void *)destp; in exec_copyout_strings()
1701 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
H A Dimgact_elf.c1466 if (imgp->execpathp != 0) in __elfN()
1467 AUXARGS_ENTRY_PTR(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3634 imgp->execpathp = (void *)destp; in freebsd32_copyout_strings()
3635 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()