Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dimgact.h78 unsigned long execpathp; member
/freebsd-10-stable/sys/amd64/linux/
Dlinux_sysvec.c304 if (imgp->execpathp != 0) in elf_linux_fixup()
305 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup()
352 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings()
353 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-10-stable/sys/i386/linux/
Dlinux_sysvec.c282 if (imgp->execpathp != 0) in elf_linux_fixup()
283 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, imgp->execpathp); in elf_linux_fixup()
332 imgp->execpathp = (uintptr_t)arginfo - in linux_copyout_strings()
334 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-10-stable/sys/amd64/linux32/
Dlinux32_sysvec.c273 if (imgp->execpathp != 0) in elf_linux_fixup()
274 AUXARGS_ENTRY(pos, LINUX_AT_EXECFN, PTROUT(imgp->execpathp)); in elf_linux_fixup()
868 imgp->execpathp = (uintptr_t)arginfo - execpath_len; in linux_copyout_strings()
869 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-10-stable/sys/kern/
Dimgact_elf.c1079 if (imgp->execpathp != 0) in __elfN()
1080 AUXARGS_ENTRY(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
Dkern_exec.c1332 imgp->execpathp = destp;
/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c2960 imgp->execpathp = destp; in freebsd32_copyout_strings()