Searched refs:rkind (Results 1 – 4 of 4) sorted by relevance
505 int rkind; in tab_complete_type() local526 rkind = mdb_ctf_type_kind(rid); in tab_complete_type()528 if ((flags & MDB_TABC_MEMBERS) && rkind != CTF_K_STRUCT && in tab_complete_type()529 rkind != CTF_K_UNION) in tab_complete_type()532 if ((flags & MDB_TABC_NOPOINT) && rkind == CTF_K_POINTER) in tab_complete_type()535 if ((flags & MDB_TABC_NOARRAY) && rkind == CTF_K_ARRAY) in tab_complete_type()
603 uint_t lkind, rkind; in ctf_type_compat() local612 rkind = ctf_type_kind(rfp, rtype); in ctf_type_compat()614 if (lkind != rkind || in ctf_type_compat()
343 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote() local350 assert(rkind == CTF_K_INTEGER || rkind == CTF_K_ENUM); in dt_type_promote()357 if (rkind == CTF_K_ENUM) { in dt_type_promote()1051 uint_t lkind, rkind; in dt_node_is_ptrcompat() local1097 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat()1099 if (rkind == CTF_K_POINTER) { in dt_node_is_ptrcompat()1102 } else if (rkind == CTF_K_ARRAY && in dt_node_is_ptrcompat()1115 lkind = rkind; in dt_node_is_ptrcompat()1120 rkind = lkind; in dt_node_is_ptrcompat()1134 (rkind == CTF_K_POINTER || rkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat()[all …]
860 int rkind; in typegraph_couldbe() local886 rkind = mdb_ctf_type_kind(rtype); in typegraph_couldbe()888 if (rkind == CTF_K_STRUCT || rkind == CTF_K_UNION) { in typegraph_couldbe()