Lines Matching refs:lbase
344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote() local
345 uint_t lkind = ctf_type_kind(lfp, lbase); in dt_type_promote()
359 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote()
367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) { in dt_type_promote()
387 if (lbase - rbase < 0) in dt_type_promote()
1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local
1088 lbase = ctf_type_resolve(lfp, lp->dn_type); in dt_node_is_ptrcompat()
1089 lkind = ctf_type_kind(lfp, lbase); in dt_node_is_ptrcompat()
1093 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat()
1095 ctf_array_info(lfp, lbase, &r) == 0) { in dt_node_is_ptrcompat()
1119 lbase = rbase; in dt_node_is_ptrcompat()
1124 rbase = lbase; in dt_node_is_ptrcompat()
1169 *tp = rp_is_void ? lbase : rbase; in dt_node_is_ptrcompat()