Lines Matching refs:tip
1045 const char *name, const dtrace_typeinfo_t *tip)
1081 idp->di_ctfp = tip->dtt_ctfp;
1082 idp->di_type = tip->dtt_type;
1557 dtrace_typeinfo_t *tip)
1592 if (tip == NULL)
1593 tip = &ti;
1613 * 'tip' and keep going in the hope that we will locate the
1643 tip->dtt_object = dmp->dm_name;
1644 tip->dtt_ctfp = fp;
1645 tip->dtt_type = id;
1662 const dtrace_syminfo_t *sip, dtrace_typeinfo_t *tip)
1666 tip->dtt_object = NULL;
1667 tip->dtt_ctfp = NULL;
1668 tip->dtt_type = CTF_ERR;
1669 tip->dtt_flags = 0;
1681 tip->dtt_ctfp = idp->di_ctfp;
1682 tip->dtt_type = idp->di_type;
1688 tip->dtt_ctfp = dmp->dm_ctfp;
1689 tip->dtt_type = ctf_lookup_by_symbol(dmp->dm_ctfp, sip->dts_id);
1691 if (tip->dtt_type == CTF_ERR) {
1692 dtp->dt_ctferr = ctf_errno(tip->dtt_ctfp);
1697 tip->dtt_ctfp = DT_FPTR_CTFP(dtp);
1698 tip->dtt_type = DT_FPTR_TYPE(dtp);
1701 tip->dtt_object = dmp->dm_name;