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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c53 char *dpp_func; member in struct:dt_pid_probe
247 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
313 * If pp->dpp_func contains any globbing meta-characters, we need
317 if (!strisglob(pp->dpp_func)) {
328 pp->dpp_func, &sym, NULL) != 0) {
329 if (strcmp("-", pp->dpp_func) == 0) {
346 pp->dpp_func, pp->dpp_mod));
368 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
371 return (dt_pid_per_sym(pp, &sym, pp->dpp_func));
509 pp.dpp_func
[all...]

Completed in 138 milliseconds