Searched refs:execpathp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 188 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 D | imgact.h | 84 void *execpathp; member
|
| /f-stack/freebsd/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() 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 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() 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 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() 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 D | kern_exec.c | 1609 imgp->execpathp = (void *)destp; in exec_copyout_strings() 1610 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
|
| H A D | imgact_elf.c | 1369 if (imgp->execpathp != 0) in __elfN() 1370 AUXARGS_ENTRY_PTR(pos, AT_EXECPATH, imgp->execpathp); in __elfN()
|