Home
last modified time | relevance | path

Searched refs:CTF_INT_BOOL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h287 #define CTF_INT_BOOL 0x04 /* boolean display format */ macro
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c452 ~(CTF_INT_SIGNED | CTF_INT_CHAR | CTF_INT_BOOL | in ctfdump_intenc_name()
470 if (cte->cte_format & CTF_INT_BOOL) { in ctfdump_intenc_name()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c479 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
515 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c110 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
142 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1035 enc->cte_format = CTF_INT_SIGNED | CTF_INT_BOOL; in ctf_dwarf_dwarf_base()