Symbol: mdb_ctf_type_kind
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
262
kind = mdb_ctf_type_kind(mid);
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
274
kind = mdb_ctf_type_kind(temp_id);
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1023
if (*name == '\0' && (mdb_ctf_type_kind(id) == CTF_K_STRUCT ||
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1024
mdb_ctf_type_kind(id) == CTF_K_UNION)) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1080
switch (mdb_ctf_type_kind(id)) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1220
(akind = mdb_ctf_type_kind(a)) == -1 ||
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1221
(bkind = mdb_ctf_type_kind(b)) == -1 ||
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1349
if ((modkind = mdb_ctf_type_kind(modid)) == -1) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.c
1355
if ((tgtkind = mdb_ctf_type_kind(tgtid)) == -1) {
usr/src/cmd/mdb/common/mdb/mdb_ctf.h
97
extern int mdb_ctf_type_kind(mdb_ctf_id_t);
usr/src/cmd/mdb/common/mdb/mdb_print.c
1202
if (mdb_ctf_type_kind(base) == CTF_K_POINTER &&
usr/src/cmd/mdb/common/mdb/mdb_print.c
1294
kind = mdb_ctf_type_kind(base);
usr/src/cmd/mdb/common/mdb/mdb_print.c
1616
(kind = mdb_ctf_type_kind(base)) == -1)
usr/src/cmd/mdb/common/mdb/mdb_print.c
1823
switch (mdb_ctf_type_kind(base)) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
1894
mdb_warn("unknown type %d", mdb_ctf_type_kind(base));
usr/src/cmd/mdb/common/mdb/mdb_print.c
1998
delim = (mdb_ctf_type_kind(rid) == CTF_K_POINTER) ?
usr/src/cmd/mdb/common/mdb/mdb_print.c
2006
kind = mdb_ctf_type_kind(rid);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2024
kind = mdb_ctf_type_kind(rid);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2044
switch (mdb_ctf_type_kind(rid)) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
2192
kind = mdb_ctf_type_kind(rid);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2200
kind = mdb_ctf_type_kind(rid);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2215
switch (mdb_ctf_type_kind(rid)) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
2480
kind = mdb_ctf_type_kind(rid);
usr/src/cmd/mdb/common/mdb/mdb_print.c
2626
switch (mdb_ctf_type_kind(base)) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
2771
if (mdb_ctf_type_kind(base) != CTF_K_INTEGER ||
usr/src/cmd/mdb/common/mdb/mdb_print.c
2800
if (mdb_ctf_type_kind(base) != CTF_K_POINTER) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
2829
if (mdb_ctf_type_kind(base) == CTF_K_POINTER) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
2846
if (mdb_ctf_type_kind(base) == CTF_K_ENUM) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
2865
if (mdb_ctf_type_kind(base) != CTF_K_ARRAY) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
400
return (mdb_ctf_type_kind(id) == CTF_K_ENUM &&
usr/src/cmd/mdb/common/mdb/mdb_print.c
583
if (mdb_ctf_type_kind(idr) != CTF_K_ENUM) {
usr/src/cmd/mdb/common/mdb/mdb_print.c
827
mdb_ctf_type_kind(id) == CTF_K_ARRAY &&
usr/src/cmd/mdb/common/mdb/mdb_stack.c
206
switch (mdb_ctf_type_kind(argtypes[i])) {
usr/src/cmd/mdb/common/mdb/mdb_tab.c
509
switch (mdb_ctf_type_kind(id)) {
usr/src/cmd/mdb/common/mdb/mdb_tab.c
519
rkind = mdb_ctf_type_kind(rid);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1671
if ((kind = mdb_ctf_type_kind(ntype)) != CTF_K_POINTER)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1680
kind = mdb_ctf_type_kind(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1812
if ((kind = mdb_ctf_type_kind(tp->tgt_type)) == CTF_K_UNION) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
1845
kind = mdb_ctf_type_kind(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2003
if (mdb_ctf_type_kind(tp->tgt_type) == CTF_K_STRUCT)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2011
int kind = mdb_ctf_type_kind(tp->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2074
kind = mdb_ctf_type_kind(ntype);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2593
int kind = mdb_ctf_type_kind(tp->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2907
kind = mdb_ctf_type_kind(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
2928
kind = mdb_ctf_type_kind(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3042
kind = mdb_ctf_type_kind(ntype = tp->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3094
kind = mdb_ctf_type_kind(ntype = tp->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3278
if ((kind = mdb_ctf_type_kind(type)) == CTF_K_ARRAY) {
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3313
kind = mdb_ctf_type_kind(tp->tgt_type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
3343
kind = mdb_ctf_type_kind(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
448
if (mdb_ctf_type_kind(type) != CTF_K_ARRAY)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
503
if ((kind = mdb_ctf_type_kind(type)) != CTF_K_STRUCT &&
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
562
kind = mdb_ctf_type_kind(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
573
if (mdb_ctf_type_kind(type) != CTF_K_POINTER)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
649
if ((kind = mdb_ctf_type_kind(type)) != CTF_K_STRUCT)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
658
if ((kind = mdb_ctf_type_kind(last)) == CTF_K_STRUCT)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
713
kind = mdb_ctf_type_kind(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
736
kind = mdb_ctf_type_kind(type);
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
878
if (mdb_ctf_type_kind(type) != CTF_K_POINTER)
usr/src/cmd/mdb/common/modules/genunix/typegraph.c
898
rkind = mdb_ctf_type_kind(rtype);
usr/src/cmd/mdb/intel/mdb/mdb_amd64util.c
287
int return_type = mdb_ctf_type_kind(mfp.mtf_return);
usr/src/cmd/mdb/intel/mdb/mdb_amd64util.c
315
int t = mdb_ctf_type_kind(args_types[i]);