Searched refs:execpath (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/usr.sbin/pmcstat/ |
| HD | pmcpl_gprof.c | 315 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/ |
| HD | kern_exec.c | 578 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/ |
| HD | auditdistd.c | 625 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/ |
| HD | imgact.h | 78 char *execpath; member
|
| /freebsd-11-stable/sys/dev/filemon/ |
| HD | filemon_wrapper.c | 128 imgp->execpath != NULL ? imgp->execpath : "<unknown>"); in filemon_event_process_exec()
|
| /freebsd-11-stable/sys/amd64/linux/ |
| HD | linux_sysvec.c | 312 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/ |
| HD | linux_sysvec.c | 284 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/ |
| HD | linux32_sysvec.c | 777 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/ |
| HD | freebsd32_misc.c | 2901 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()
|