Searched refs:execpathp (Results 1 – 7 of 7) sorted by relevance
| /src/sys/powerpc/powerpc/ |
| H A D | elf_common.c | 72 if (imgp->execpathp != 0) in powerpc_copyout_auxargs() 73 AUXARGS_ENTRY_PTR(pos, AT_OLD_EXECPATH, imgp->execpathp); in powerpc_copyout_auxargs()
|
| /src/sys/compat/linux/ |
| H A D | linux_elf.c | 350 imgp->execpathp = (void *)destp; in copyout_strings() 351 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in copyout_strings() 529 if (linux_kernver(td) >= LINUX_KERNVER(2,6,26) && imgp->execpathp != 0) in copyout_auxargs() 530 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in copyout_auxargs()
|
| /src/sys/sys/ |
| H A D | imgact.h | 77 void *execpathp; member
|
| /src/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 635 imgp->execpathp = (void *)destp; in linux_copyout_strings() 636 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /src/sys/kern/ |
| H A D | kern_exec.c | 1718 imgp->execpathp = (void *)destp; in exec_copyout_strings() 1719 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
|
| H A D | imgact_elf.c | 1471 if (imgp->execpathp != 0) in freebsd_copyout_auxargs() 1472 AUXARGS_ENTRY_PTR(pos, AT_EXECPATH, imgp->execpathp); in freebsd_copyout_auxargs()
|
| /src/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 3674 imgp->execpathp = (void *)destp; in freebsd32_copyout_strings() 3675 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in freebsd32_copyout_strings()
|