Searched refs:CTF_K_ENUM (Results 1 – 13 of 13) sorted by relevance
| /freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_types.c | 124 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) in ctf_enum_iter() 283 case CTF_K_ENUM: in ctf_type_qlname() 364 case CTF_K_ENUM: in ctf_type_size() 446 case CTF_K_ENUM: in ctf_type_align() 639 case CTF_K_ENUM: in ctf_type_compat() 744 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) { in ctf_enum_name() 781 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_ENUM) { in ctf_enum_value()
|
| D | ctf_create.c | 300 case CTF_K_ENUM: in ctf_update() 406 case CTF_K_ENUM: in ctf_update() 502 case CTF_K_ENUM: in ctf_dtd_delete() 510 if (kind != CTF_K_ENUM) in ctf_dtd_delete() 900 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, flag, 0); in ctf_add_enum() 921 case CTF_K_ENUM: in ctf_add_forward() 1007 if (kind != CTF_K_ENUM) in ctf_add_enumerator() 1292 case CTF_K_ENUM: in ctf_add_type() 1317 if (dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM && in ctf_add_type() 1511 case CTF_K_ENUM: in ctf_add_type()
|
| D | ctf_open.c | 268 case CTF_K_ENUM: in init_types() 322 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types() 429 case CTF_K_ENUM: in init_types() 459 case CTF_K_ENUM: in init_types()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/dump/ |
| D | dump.c | 556 case CTF_K_ENUM: in read_types() 703 long_stat("total number of enums", stats.s_types[CTF_K_ENUM]); in print_stats() 747 if (stats.s_types[CTF_K_ENUM] != 0) { in print_stats() 749 (float)stats.s_nemem / (float)stats.s_types[CTF_K_ENUM]); in print_stats()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_decl.c | 659 dt_decl_t *ddp = dt_decl_spec(CTF_K_ENUM, name); in dt_decl_enum() 710 assert(dsp->ds_decl->dd_kind == CTF_K_ENUM); in dt_decl_enumerator() 999 case CTF_K_ENUM: in dt_decl_type() 1029 case CTF_K_ENUM: in dt_decl_type()
|
| D | dt_grammar.y | 731 | DT_KEY_ENUM DT_TOK_IDENT { $$ = dt_decl_spec(CTF_K_ENUM, $2); } 732 | DT_KEY_ENUM DT_TOK_TNAME { $$ = dt_decl_spec(CTF_K_ENUM, $2); }
|
| D | dt_parser.c | 354 assert(lkind == CTF_K_INTEGER || lkind == CTF_K_ENUM); in dt_type_promote() 355 assert(rkind == CTF_K_INTEGER || rkind == CTF_K_ENUM); in dt_type_promote() 357 if (lkind == CTF_K_ENUM) { in dt_type_promote() 362 if (rkind == CTF_K_ENUM) { in dt_type_promote() 856 return (kind == CTF_K_INTEGER || kind == CTF_K_ENUM); in dt_node_is_integer() 895 return (kind == CTF_K_INTEGER || kind == CTF_K_ENUM || in dt_node_is_scalar() 915 return (kind == CTF_K_ENUM); in dt_node_is_arith() 1437 ddp->dd_kind != CTF_K_UNION && ddp->dd_kind != CTF_K_ENUM) in dt_node_decl() 3316 if (kind == CTF_K_ENUM && rp->dn_kind == DT_NODE_IDENT && in dt_cook_op2()
|
| D | dt_dis.c | 294 case CTF_K_ENUM: in dt_dis_typestr()
|
| D | dt_consume.c | 1741 case CTF_K_ENUM: in dt_print_type_data()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | ctf.h | 265 #define CTF_K_ENUM 8 /* variant data is list of ctf_enum_t's */ macro
|
| /freebsd-10-stable/sys/cddl/dev/fbt/ |
| D | fbt_powerpc.c | 663 case CTF_K_ENUM: in fbt_typoff_init() 752 case CTF_K_ENUM: in fbt_typoff_init() 1142 case CTF_K_ENUM: in fbt_type_name()
|
| D | fbt.c | 733 case CTF_K_ENUM: in fbt_typoff_init() 822 case CTF_K_ENUM: in fbt_typoff_init() 1212 case CTF_K_ENUM: in fbt_type_name()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctf.c | 448 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, isroot, i); in write_type() 818 case CTF_K_ENUM: in count_types() 1178 case CTF_K_ENUM: in resurrect_types()
|