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