Searched defs:dtrace_match_glob (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7854 * dtrace_match_glob() is a safe kernel implementation of the gmatch(3GEN)
7863 dtrace_match_glob(const char *s, const char *p, int depth) function
7963 if ((gs = dtrace_match_glob(s, p, depth + 1)) != 0)
8095 * dtrace_match_nul(). For glob pattern strings, we use dtrace_match_glob().
8108 return (&dtrace_match_glob);

Completed in 83 milliseconds