Home
last modified time | relevance | path

Searched refs:execpath (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_exec.c577 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 Dimgact.h83 char *execpath; member
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c231 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 Dlinux_sysvec.c331 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 Dlinux_sysvec.c282 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 Dlinux32_sysvec.c746 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()