Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c45 if (ddp->dd_kind == CTF_K_UNKNOWN) in dt_decl_check()
130 top->dd_kind == CTF_K_UNKNOWN && top->dd_name == NULL) { in dt_decl_push()
185 if (ddp->dd_kind == CTF_K_UNKNOWN && ddp->dd_name == NULL) { in dt_decl_top()
208 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL)); in dt_decl_ident()
253 if (ddp->dd_name != NULL || ddp->dd_kind != CTF_K_UNKNOWN) in dt_decl_spec()
268 ddp = dt_decl_push(dt_decl_alloc(CTF_K_UNKNOWN, NULL)); in dt_decl_attr()
528 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.c4637 tp->dtdt_ckind = CTF_K_UNKNOWN; in dt_node_diftype()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c433 if (kind == CTF_K_UNKNOWN && vlen == 0) in fbt_ctfoff_init()
618 if (type == CTF_K_UNKNOWN || type >= CTF_K_MAX) in fbt_typoff_init()
623 case CTF_K_UNKNOWN: in fbt_typoff_init()
701 case CTF_K_UNKNOWN: in fbt_typoff_init()
1212 if (kind == CTF_K_UNKNOWN && n == 0) { in fbt_getargdesc()
/freebsd/sys/ddb/
H A Ddb_ctf.c131 case CTF_K_UNKNOWN: in db_ctf_type_size()
H A Ddb_pprint.c351 case CTF_K_UNKNOWN: in db_pprint_type()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c354 if (kind == CTF_K_UNKNOWN && n == 0) in read_funcs()
702 case CTF_K_UNKNOWN: in read_types()
801 stats.s_types[CTF_K_UNKNOWN]); in print_stats()
/freebsd/sys/sys/
H A Dctf.h205 #define CTF_K_UNKNOWN 0 macro
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c317 if (LCTF_INFO_KIND(fp, info) == CTF_K_UNKNOWN && in init_symtab()
414 if (type == CTF_K_UNKNOWN || type >= CTF_K_MAX) in init_types()
419 case CTF_K_UNKNOWN: in init_types()
H A Dctf_lookup.c281 if (kind == CTF_K_UNKNOWN && n == 0) in ctf_func_info()
H A Dctf_create.c1403 uint_t dst_kind = CTF_K_UNKNOWN; in ctf_add_type()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c860 case CTF_K_UNKNOWN: in count_types()
1344 case CTF_K_UNKNOWN: in resurrect_types()