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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c63 char *dpp_func; member in struct:dt_pid_probe
257 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
323 * If pp->dpp_func contains any globbing meta-characters, we need
327 if (!strisglob(pp->dpp_func)) {
338 pp->dpp_func, &sym, NULL) != 0) {
339 if (strcmp("-", pp->dpp_func) == 0) {
356 pp->dpp_func, pp->dpp_mod));
378 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
381 return (dt_pid_per_sym(pp, &sym, pp->dpp_func));
511 pp.dpp_func
[all...]

Completed in 46 milliseconds