Home
last modified time | relevance | path

Searched refs:rkind (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c505 int rkind; in tab_complete_type() local
526 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()
/titanic_41/usr/src/common/ctf/
H A Dctf_types.c603 uint_t lkind, rkind; in ctf_type_compat() local
612 rkind = ctf_type_kind(rfp, rtype); in ctf_type_compat()
614 if (lkind != rkind || in ctf_type_compat()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_parser.c343 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote() local
350 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() local
1097 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 …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c860 int rkind; in typegraph_couldbe() local
886 rkind = mdb_ctf_type_kind(rtype); in typegraph_couldbe()
888 if (rkind == CTF_K_STRUCT || rkind == CTF_K_UNION) { in typegraph_couldbe()