Searched refs:execpathp (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | imgact.h | 77 unsigned long execpathp; member
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysvec.c | 302 if (imgp->execpathp != 0) in elf_linux_fixup() 303 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup() 350 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 351 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /NextBSD/sys/i386/linux/ |
| HD | linux_sysvec.c | 280 if (imgp->execpathp != 0) in elf_linux_fixup() 281 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup() 330 imgp->execpathp = (uintptr_t)arginfo - in linux_copyout_strings() 332 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /NextBSD/sys/amd64/linux32/ |
| HD | linux32_sysvec.c | 271 if (imgp->execpathp != 0) in elf_linux_fixup() 272 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in elf_linux_fixup() 866 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings() 867 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /NextBSD/sys/kern/ |
| HD | imgact_elf.c | 1074 if (imgp->execpathp != 0) in __elfN() 1075 AUXARGS_ENTRY(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
|
| HD | kern_exec.c | 1389 imgp->execpathp = destp;
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 2833 imgp->execpathp = destp; in freebsd32_copyout_strings()
|