Home
last modified time | relevance | path

Searched refs:CTF_K_UNKNOWN (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_decl.c42 if (ddp->dd_kind == CTF_K_UNKNOWN) in dt_decl_check()
127 top->dd_kind == CTF_K_UNKNOWN && top->dd_name == NULL) { in dt_decl_push()
182 if (ddp->dd_kind == CTF_K_UNKNOWN && ddp->dd_name == NULL) { in dt_decl_top()
205 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL)); in dt_decl_ident()
250 if (ddp->dd_name != NULL || ddp->dd_kind != CTF_K_UNKNOWN) in dt_decl_spec()
265 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL)); in dt_decl_attr()
545 if (ddp->dd_kind == CTF_K_UNKNOWN && ddp->dd_name == NULL) { in dt_decl_member()
H A Ddt_dis.c270 case CTF_K_UNKNOWN: in dt_dis_typestr()
H A Ddt_parser.c4607 tp->dtdt_ckind = CTF_K_UNKNOWN; in dt_node_diftype()
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h254 #define CTF_K_UNKNOWN 0 /* unknown type (used for padding) */ macro
/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c349 if (kind == CTF_K_UNKNOWN && n == 0) in read_funcs()
613 case CTF_K_UNKNOWN: in read_types()
712 stats.s_types[CTF_K_UNKNOWN]); in print_stats()
/titanic_41/usr/src/common/ctf/
H A Dctf_lookup.c272 if (kind == CTF_K_UNKNOWN && n == 0) in ctf_func_info()
H A Dctf_open.c178 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN && in init_symtab()
277 if (tp->ctt_type == CTF_K_UNKNOWN || in init_types()
283 case CTF_K_UNKNOWN: in init_types()
H A Dctf_create.c1254 uint_t dst_kind = CTF_K_UNKNOWN; in ctf_add_type()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c714 case CTF_K_UNKNOWN: in count_types()
1134 case CTF_K_UNKNOWN: in resurrect_types()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1708 if (kind <= CTF_K_UNKNOWN || kind >= CTF_K_TYPEDEF) { in elt_print()
1821 case CTF_K_UNKNOWN: in pipe_print()