Searched refs:execpathp (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | elf_common.c | 71 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 D | linux_sysvec.c | 191 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 D | imgact.h | 79 void *execpathp; member
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 283 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 D | linux_sysvec.c | 236 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 D | linux32_sysvec.c | 231 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 D | kern_exec.c | 1717 imgp->execpathp = (void *)destp; in exec_copyout_strings() 1718 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
|
| H A D | imgact_elf.c | 1438 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 D | freebsd32_misc.c | 3406 imgp->execpathp = (void *)destp; in freebsd32_copyout_strings() 3407 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()
|