Searched refs:execpath (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_exec.c | 577 imgp->execpath = args->fname; in do_execve() 580 if (vn_fullpath(imgp->vp, &imgp->execpath, &imgp->freepath) != 0) in do_execve() 581 imgp->execpath = args->fname; in do_execve() 647 imgp->execpath = NULL; in do_execve() 667 imgp->execpath != NULL ? imgp->execpath : "<unresolved>"); in do_execve() 1577 if (imgp->execpath != NULL && imgp->auxargs != NULL) in exec_copyout_strings() 1578 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings() 1610 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in exec_copyout_strings()
|
| /f-stack/freebsd/sys/ |
| H A D | imgact.h | 83 char *execpath; member
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 231 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings() 232 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings() 244 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 331 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings() 332 execpath_len = strlen(imgp->execpath) + 1; 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 | 282 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings() 283 execpath_len = strlen(imgp->execpath) + 1; 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 | 746 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings() 747 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings() 758 error = copyout(imgp->execpath, imgp->execpathp, execpath_len); in linux_copyout_strings()
|