Lines Matching refs:itp
110 const ctf_type_t *itp, *otp; in ctf_diff_name() local
112 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_name()
118 iname = ctf_strptr(ifp, itp->ctt_name); in ctf_diff_name()
320 const ctf_type_t *itp, *otp; in ctf_diff_struct() local
329 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_struct()
338 if (LCTF_INFO_VLEN(ifp, itp->ctt_info) != in ctf_diff_struct()
342 (void) ctf_get_ctt_size(ifp, itp, &isize, &iincr); in ctf_diff_struct()
346 imp = (const ctf_member_t *)((uintptr_t)itp + iincr); in ctf_diff_struct()
350 ilmp = (const ctf_lmember_t *)((uintptr_t)itp + iincr); in ctf_diff_struct()
374 for (n = LCTF_INFO_VLEN(ifp, itp->ctt_info); n != 0; n--) { in ctf_diff_struct()
512 const ctf_type_t *itp, *otp; in ctf_diff_union() local
518 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_union()
523 if (LCTF_INFO_VLEN(ifp, itp->ctt_info) != in ctf_diff_union()
557 const ctf_type_t *itp, *otp; in ctf_diff_enum() local
563 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_enum()
568 if (LCTF_INFO_VLEN(ifp, itp->ctt_info) != in ctf_diff_enum()
572 (void) ctf_get_ctt_size(ifp, itp, NULL, &iincr); in ctf_diff_enum()
574 iep = (const ctf_enum_t *)((uintptr_t)itp + iincr); in ctf_diff_enum()
577 for (n = LCTF_INFO_VLEN(ifp, itp->ctt_info); n != 0; in ctf_diff_enum()