Lines Matching refs:prp
403 dt_probe_t *prp = idp->di_data; in dt_header_decl() local
410 p = prp->pr_name; in dt_header_decl()
414 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_decl()
415 dt_header_fmt_func(fname, prp->pr_name); in dt_header_decl()
421 for (dnp = prp->pr_nargs, i = 0; dnp != NULL; dnp = dnp->dn_list, i++) { in dt_header_decl()
427 if (i + 1 != prp->pr_nargc && in dt_header_decl()
456 dt_probe_t *prp = idp->di_data; in dt_header_probe() local
461 p = prp->pr_name; in dt_header_probe()
465 mname = alloca(strlen(prp->pr_name) + 1); in dt_header_probe()
466 dt_header_fmt_macro(mname, prp->pr_name); in dt_header_probe()
468 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_probe()
469 dt_header_fmt_func(fname, prp->pr_name); in dt_header_probe()
475 for (i = 0; i < prp->pr_nargc; i++) { in dt_header_probe()
479 if (i + 1 != prp->pr_nargc && in dt_header_probe()
492 for (i = 0; i < prp->pr_nargc; i++) { in dt_header_probe()
496 if (i + 1 != prp->pr_nargc && in dt_header_probe()