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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c53 char *dpp_func; member in struct:dt_pid_probe
239 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
296 * If pp->dpp_func contains any globbing meta-characters, we need
300 if (!strisglob(pp->dpp_func)) {
311 pp->dpp_func, &sym, NULL) != 0) {
312 if (strcmp("-", pp->dpp_func) == 0) {
325 pp->dpp_func, pp->dpp_mod));
345 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
348 return (dt_pid_per_sym(pp, &sym, pp->dpp_func));
462 pp.dpp_func
[all...]

Completed in 62 milliseconds