Searched refs:CTF_INT_BOOL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | ctf.h | 287 #define CTF_INT_BOOL 0x04 /* boolean display format */ macro
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/ |
| D | dump.c | 136 CTF_INT_BOOL | CTF_INT_VARARGS)) != 0) in int_encoding_to_str() 144 if (encoding & CTF_INT_BOOL) in int_encoding_to_str()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctf.c | 344 encoding |= CTF_INT_BOOL; in write_type() 1079 else if (encoding & CTF_INT_BOOL) in resurrect_types()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_open.c | 571 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER }, 607 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
|