Lines Matching refs:prp
408 dt_probe_t *prp = idp->di_data; in dt_header_decl() local
415 p = prp->pr_name; in dt_header_decl()
419 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_decl()
420 dt_header_fmt_func(fname, prp->pr_name); in dt_header_decl()
426 for (dnp = prp->pr_nargs, i = 0; dnp != NULL; dnp = dnp->dn_list, i++) { in dt_header_decl()
432 if (i + 1 != prp->pr_nargc && in dt_header_decl()
461 dt_probe_t *prp = idp->di_data; in dt_header_probe() local
466 p = prp->pr_name; in dt_header_probe()
470 mname = alloca(strlen(prp->pr_name) + 1); in dt_header_probe()
471 dt_header_fmt_macro(mname, prp->pr_name); in dt_header_probe()
473 fname = alloca(strlen(prp->pr_name) + 1 + i); in dt_header_probe()
474 dt_header_fmt_func(fname, prp->pr_name); in dt_header_probe()
480 for (i = 0; i < prp->pr_nargc; i++) { in dt_header_probe()
484 if (i + 1 != prp->pr_nargc && in dt_header_probe()
497 for (i = 0; i < prp->pr_nargc; i++) { in dt_header_probe()
501 if (i + 1 != prp->pr_nargc && in dt_header_probe()