Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c188 if (imgp->execpathp != 0) in linux_copyout_auxargs()
189 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()
/f-stack/freebsd/sys/
H A Dimgact.h84 void *execpathp; member
/f-stack/freebsd/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()
343 imgp->execpathp = (void *)destp; in linux_copyout_strings()
344 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/f-stack/freebsd/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()
299 imgp->execpathp = (void *)destp; in linux_copyout_strings()
300 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/f-stack/freebsd/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()
757 imgp->execpathp = (void *)destp; in linux_copyout_strings()
758 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
/f-stack/freebsd/kern/
H A Dkern_exec.c1609 imgp->execpathp = (void *)destp; in exec_copyout_strings()
1610 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
H A Dimgact_elf.c1369 if (imgp->execpathp != 0) in __elfN()
1370 AUXARGS_ENTRY_PTR(pos, AT_EXECPATH, imgp->execpathp); in __elfN()