Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_subr.c156 static char execpath[MAXPATHLEN]; in dtrace_proc_exec_notification() local
178 int length = sizeof(execpath); in dtrace_proc_exec_notification()
179 if (dtrace_proc_get_execpath(p, execpath, &length) != 0) in dtrace_proc_exec_notification()
182 pname = &execpath[length - 1]; in dtrace_proc_exec_notification()
183 while (pname != execpath && *pname != '/') in dtrace_proc_exec_notification()