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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.h68 char pi_rname[DTRACE_FUNCNAMELEN + 20]; /* mangled relocation name */ member in struct:dt_probe_instance
H A Ddt_provider.c527 ((rname == NULL && pip->pi_rname[0] == '\0') ||
528 (rname != NULL && strcmp(pip->pi_rname, rname)) == 0))
551 if (strlen(rname) + 1 > sizeof (pip->pi_rname)) {
556 (void) strcpy(pip->pi_rname, rname);
H A Ddt_dof.c465 * If pi_rname isn't set, the relocation will be against the
467 * pi_rname. This will be used if the function is scoped
471 if (pip->pi_rname[0] == '\0')
474 dofr.dofr_name = dof_add_string(ddo, pip->pi_rname);

Completed in 182 milliseconds