Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/powerpc/
H A Delf_common.c71 if (imgp->execpathp != 0) in __elfN()
72 AUXARGS_ENTRY_PTR(pos, AT_OLD_EXECPATH, imgp->execpathp); in __elfN()
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_sysvec.c191 if (imgp->execpathp != 0) in linux_copyout_auxargs()
192 AUXARGS_ENTRY_PTR(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_copyout_auxargs()
243 imgp->execpathp = (void *)destp; in linux_copyout_strings()
244 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-13.1/sys/sys/
H A Dimgact.h79 void *execpathp; member
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_sysvec.c283 if (imgp->execpathp != 0) in linux_copyout_auxargs()
284 AUXARGS_ENTRY_PTR(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_copyout_auxargs()
339 imgp->execpathp = (void *)destp; in linux_copyout_strings()
340 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-13.1/sys/i386/linux/
H A Dlinux_sysvec.c236 if (imgp->execpathp != 0) in linux_copyout_auxargs()
237 AUXARGS_ENTRY_PTR(pos, LINUX_AT_EXECFN, imgp->execpathp); in linux_copyout_auxargs()
295 imgp->execpathp = (void *)destp; in linux_copyout_strings()
296 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c231 if (imgp->execpathp != 0) in linux_copyout_auxargs()
232 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in linux_copyout_auxargs()
751 imgp->execpathp = (void *)destp; in linux_copyout_strings()
752 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-13.1/sys/kern/
H A Dkern_exec.c1717 imgp->execpathp = (void *)destp; in exec_copyout_strings()
1718 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
H A Dimgact_elf.c1438 if (imgp->execpathp != 0) in __elfN()
1439 AUXARGS_ENTRY_PTR(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3406 imgp->execpathp = (void *)destp; in freebsd32_copyout_strings()
3407 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()