Lines Matching refs:otp
110 const ctf_type_t *itp, *otp; in ctf_diff_name() local
115 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_name()
119 oname = ctf_strptr(ofp, otp->ctt_name); in ctf_diff_name()
320 const ctf_type_t *itp, *otp; in ctf_diff_struct() local
332 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_struct()
339 LCTF_INFO_VLEN(ofp, otp->ctt_info)) in ctf_diff_struct()
343 (void) ctf_get_ctt_size(ofp, otp, &osize, &oincr); in ctf_diff_struct()
354 omp = (const ctf_member_t *)((uintptr_t)otp + oincr); in ctf_diff_struct()
358 olmp = (const ctf_lmember_t *)((uintptr_t)otp + oincr); in ctf_diff_struct()
512 const ctf_type_t *itp, *otp; in ctf_diff_union() local
520 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_union()
524 LCTF_INFO_VLEN(ofp, otp->ctt_info)) in ctf_diff_union()
557 const ctf_type_t *itp, *otp; in ctf_diff_enum() local
565 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_enum()
569 LCTF_INFO_VLEN(ofp, otp->ctt_info)) in ctf_diff_enum()
573 (void) ctf_get_ctt_size(ofp, otp, NULL, &oincr); in ctf_diff_enum()
575 oep = (const ctf_enum_t *)((uintptr_t)otp + oincr); in ctf_diff_enum()