Searched refs:pi_rname (Results 1 – 3 of 3) sorted by relevance
68 char pi_rname[DTRACE_FUNCNAMELEN + 20]; /* mangled relocation name */ member
542 ((rname == NULL && pip->pi_rname[0] == '\0') || in dt_probe_define()543 (rname != NULL && strcmp(pip->pi_rname, rname)) == 0)) in dt_probe_define()566 if (strlen(rname) + 1 > sizeof (pip->pi_rname)) { in dt_probe_define()571 (void) strcpy(pip->pi_rname, rname); in dt_probe_define()
468 if (pip->pi_rname[0] == '\0') in dof_add_probe()471 dofr.dofr_name = dof_add_string(ddo, pip->pi_rname); in dof_add_probe()