Home | History | Annotate | Download | only in common

Lines Matching refs:lfp

338 	ctf_file_t *lfp = lp->dn_ctfp;
344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype);
345 uint_t lkind = ctf_type_kind(lfp, lbase);
358 lfp = DT_INT_CTFP(dtp);
367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
368 yypcb->pcb_hdl->dt_ctferr = ctf_errno(lfp);
397 *ofp = lfp;
1049 ctf_file_t *lfp = lp->dn_ctfp;
1088 lbase = ctf_type_resolve(lfp, lp->dn_type);
1089 lkind = ctf_type_kind(lfp, lbase);
1092 lref = ctf_type_resolve(lfp,
1093 ctf_type_reference(lfp, lbase));
1095 ctf_array_info(lfp, lbase, &r) == 0) {
1096 lref = ctf_type_resolve(lfp, r.ctr_contents);
1122 lfp = rfp;
1127 rfp = lfp;
1130 lp_is_void = ctf_type_encoding(lfp, lref, &e) == 0 && IS_VOID(e);
1140 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref));
1144 *fpp = rp_is_void ? lfp : rfp;
1160 ctf_file_t *lfp = lp->dn_ctfp;
1181 switch (ctf_type_kind(lfp, ctf_type_resolve(lfp, lp->dn_type))) {
1185 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type));