Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/pmcstat/
HDpmcpl_gprof.c315 const char *execpath; in pmcpl_gmon_initimage() local
327 execpath = pmcstat_string_unintern(pi->pi_execpath); in pmcpl_gmon_initimage()
328 if ((snbuf = strdup(execpath)) == NULL) in pmcpl_gmon_initimage()
329 err(EX_OSERR, "ERROR: Cannot copy \"%s\"", execpath); in pmcpl_gmon_initimage()
331 err(EX_OSERR, "ERROR: Cannot process \"%s\"", execpath); in pmcpl_gmon_initimage()
/freebsd-11-stable/sys/kern/
HDkern_exec.c578 imgp->execpath = args->fname; in do_execve()
581 if (vn_fullpath(td, imgp->vp, &imgp->execpath, in do_execve()
583 imgp->execpath = args->fname; in do_execve()
649 imgp->execpath = NULL; in do_execve()
669 imgp->execpath != NULL ? imgp->execpath : "<unresolved>"); in do_execve()
1499 if (imgp->execpath != NULL && imgp->auxargs != NULL) in exec_copyout_strings()
1500 execpath_len = strlen(imgp->execpath) + 1; in exec_copyout_strings()
1528 copyout(imgp->execpath, (void *)destp, execpath_len); in exec_copyout_strings()
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
HDauditdistd.c625 const char *execpath, *pidfile; in main() local
631 execpath = argv[0]; in main()
632 if (execpath[0] != '/') { in main()
685 if (proto_set("execpath", execpath) == -1) in main()
/freebsd-11-stable/sys/sys/
HDimgact.h78 char *execpath; member
/freebsd-11-stable/sys/dev/filemon/
HDfilemon_wrapper.c128 imgp->execpath != NULL ? imgp->execpath : "<unknown>"); in filemon_event_process_exec()
/freebsd-11-stable/sys/amd64/linux/
HDlinux_sysvec.c312 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings()
313 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings()
326 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-11-stable/sys/i386/linux/
HDlinux_sysvec.c284 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings()
285 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings()
301 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-11-stable/sys/amd64/linux32/
HDlinux32_sysvec.c777 if (imgp->execpath != NULL && imgp->auxargs != NULL) in linux_copyout_strings()
778 execpath_len = strlen(imgp->execpath) + 1; in linux_copyout_strings()
790 copyout(imgp->execpath, (void *)imgp->execpathp, execpath_len); in linux_copyout_strings()
/freebsd-11-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c2901 if (imgp->execpath != NULL && imgp->auxargs != NULL) in freebsd32_copyout_strings()
2902 execpath_len = strlen(imgp->execpath) + 1; in freebsd32_copyout_strings()
2929 copyout(imgp->execpath, (void *)destp, execpath_len); in freebsd32_copyout_strings()