Home
last modified time | relevance | path

Searched refs:CTF_K_VOLATILE (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-qualifiers.c109 { "volatile int [13]", CTF_K_VOLATILE },
117 { "volatile const int", CTF_K_VOLATILE },
126 { "volatile int", CTF_K_VOLATILE },
140 { "volatile int [15]", CTF_K_VOLATILE },
148 { "volatile const int", CTF_K_VOLATILE },
157 { "volatile int", CTF_K_VOLATILE },
171 { "volatile int [17]", CTF_K_VOLATILE },
179 { "volatile const int", CTF_K_VOLATILE },
188 { "volatile int", CTF_K_VOLATILE },
239 { "volatile const int", CTF_K_VOLATILE },
[all …]
H A Dcheck-reference.c60 { "volatile float", CTF_K_VOLATILE },
103 { "volatile test_int_t", CTF_K_VOLATILE },
112 { "volatile test_int_t", CTF_K_VOLATILE },
153 { "volatile foo_t", CTF_K_VOLATILE },
164 { "volatile const foo_t", CTF_K_VOLATILE },
/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c126 case CTF_K_VOLATILE: in ctf_decl_push()
H A Dctf_types.c196 case CTF_K_VOLATILE: in ctf_type_resolve()
408 case CTF_K_VOLATILE: in ctf_type_qlname()
645 case CTF_K_VOLATILE: in ctf_type_reference()
1314 case CTF_K_VOLATILE: in ctf_kind_name()
H A Dctf_open.c289 case CTF_K_VOLATILE: in init_types()
328 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] + in init_types()
489 case CTF_K_VOLATILE: in init_types()
H A Dctf_create.c790 case CTF_K_VOLATILE: in ctf_dtd_delete()
1369 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_VOLATILE)); in ctf_add_volatile()
1818 case CTF_K_VOLATILE: in ctf_add_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h268 #define CTF_K_VOLATILE 11 /* ctt_type is base type */ macro
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c391 g_stats.cs_ntypes[CTF_K_VOLATILE]); in ctfdump_stats()
644 case CTF_K_VOLATILE: in ctfdump_types_cb()
888 case CTF_K_VOLATILE: in ctfsrc_type()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c512 case CTF_K_VOLATILE: in tab_complete_type()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c316 case CTF_K_VOLATILE: in dt_dis_typestr()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1306 kind == CTF_K_VOLATILE) { in ctf_dwarf_member_bitfield()
1809 if (kind != CTF_K_CONST && kind != CTF_K_VOLATILE && in needed_array_qualifier()
1841 if (akind != CTF_K_CONST && akind != CTF_K_VOLATILE && in needed_array_qualifier()
2191 ret = ctf_dwarf_create_reference(cup, die, idp, CTF_K_VOLATILE, in ctf_dwarf_convert_type()
H A Dctf_diff.c685 case CTF_K_VOLATILE: in ctf_diff_type()
H A Dctf_merge.c547 case CTF_K_VOLATILE: in ctf_merge_add_type()