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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pid.c47 char *dpp_func; member in struct:dt_pid_probe
233 if ((pp->dpp_last_taken = gmatch(func, pp->dpp_func)) != 0) {
290 * If pp->dpp_func contains any globbing meta-characters, we need
294 if (!strisglob(pp->dpp_func)) {
305 pp->dpp_func, &sym, NULL) != 0) {
306 if (strcmp("-", pp->dpp_func) == 0) {
320 pp->dpp_func, pp->dpp_mod));
340 (void) Plookup_by_addr(pp->dpp_pr, sym.st_value, pp->dpp_func,
343 return (dt_pid_per_sym(pp, &sym, pp->dpp_func));
457 pp.dpp_func
[all...]

Completed in 77 milliseconds