Home
last modified time | relevance | path

Searched refs:cte_format (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c68 (e.cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == in print_value()
154 if (e.cte_format & CTF_INT_VARARGS) { in print_int()
166 if (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == in print_int()
206 if (e.cte_format == CTF_FP_SINGLE && in print_float()
209 } else if (e.cte_format == CTF_FP_DOUBLE && in print_float()
212 } else if (e.cte_format == CTF_FP_LDOUBLE && in print_float()
241 if (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == in print_ptr()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_print.c89 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
246 if (e.cte_format & CTF_INT_VARARGS) { in dt_print_int()
291 if (e.cte_format == CTF_FP_SINGLE && in dt_print_float()
295 } else if (e.cte_format == CTF_FP_DOUBLE && in dt_print_float()
299 } else if (e.cte_format == CTF_FP_LDOUBLE && in dt_print_float()
H A Ddt_parser.h261 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
H A Ddt_parser.c378 lrank = le.cte_bits + ((le.cte_format & CTF_INT_SIGNED) == 0); in dt_type_promote()
379 rrank = re.cte_bits + ((re.cte_format & CTF_INT_SIGNED) == 0); in dt_type_promote()
690 if (e.cte_format & CTF_INT_SIGNED) in dt_node_type_assign()
869 e.cte_format == CTF_FP_SINGLE || e.cte_format == CTF_FP_DOUBLE || in dt_node_is_float()
870 e.cte_format == CTF_FP_LDOUBLE)); in dt_node_is_float()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c90 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
918 !(ep->cte_format & CTF_INT_SIGNED)) { in print_bitfield()
960 if (ep->cte_format & CTF_INT_VARARGS) { in print_int_val()
1010 else if (ep->cte_format & CTF_INT_SIGNED) in print_int_val()
1073 if (e.cte_format == CTF_FP_SINGLE && in print_float()
1082 } else if (e.cte_format == CTF_FP_DOUBLE && in print_float()
1091 } else if (e.cte_format == CTF_FP_LDOUBLE && in print_float()
1102 e.cte_format, e.cte_bits); in print_float()
1489 e.cte_format = 0; in print_hole()
2566 e.cte_format = CTF_INT_SIGNED; in printf_signed()
[all …]
H A Dmdb_ctf.c1333 if ((tgt_encoding.cte_format & CTF_INT_SIGNED) != in vread_helper()
1334 (mod_encoding.cte_format & CTF_INT_SIGNED)) { in vread_helper()
1342 ((tgt_encoding.cte_format & CTF_INT_SIGNED) != 0); in vread_helper()
1343 } else if (tgt_encoding.cte_format != mod_encoding.cte_format) { in vread_helper()
1347 tgt_encoding.cte_format, mod_encoding.cte_format, in vread_helper()
/titanic_44/usr/src/uts/common/sys/
H A Dctf_api.h84 uint_t cte_format; /* data format (CTF_INT_* or CTF_FP_* flags) */ member
/titanic_44/usr/src/common/ctf/
H A Dctf_types.c543 ep->cte_format = CTF_INT_ENCODING(data); in ctf_type_encoding()
549 ep->cte_format = CTF_FP_ENCODING(data); in ctf_type_encoding()
H A Dctf_create.c360 dtd->dtd_u.dtu_enc.cte_format, in ctf_update()
365 dtd->dtd_u.dtu_enc.cte_format, in ctf_update()