Home
last modified time | relevance | path

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

/trueos/contrib/openbsm/bin/auditdistd/
HDauditdistd.c627 const char *execpath, *pidfile; in main() local
633 execpath = argv[0]; in main()
634 if (execpath[0] != '/') { in main()
687 if (proto_set("execpath", execpath) == -1) in main()
/trueos/sys/kern/
HDkern_exec.c556 vn_fullpath(td, imgp->vp, &imgp->execpath, &imgp->freepath) != 0))
557 imgp->execpath = args->fname;
563 imgp->execpath != NULL ? imgp->execpath : "<unresolved>");
1275 if (imgp->execpath != NULL && imgp->auxargs != NULL)
1276 execpath_len = strlen(imgp->execpath) + 1;
1303 copyout(imgp->execpath, (void *)destp, execpath_len);
/trueos/sys/sys/
HDimgact.h75 char *execpath; member
/trueos/sys/compat/freebsd32/
HDfreebsd32_misc.c2866 if (imgp->execpath != NULL && imgp->auxargs != NULL) in freebsd32_copyout_strings()
2867 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()
2894 copyout(imgp->execpath, (void *)destp, execpath_len); in freebsd32_copyout_strings()