Home
last modified time | relevance | path

Searched refs:DT_INT_TYPE (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c359 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote()
364 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote()
1998 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2003 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2008 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2025 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2030 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2039 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2048 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
2057 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2()
[all …]
H A Ddt_impl.h432 #define DT_INT_TYPE(dtp) ((dtp)->dt_ints[0].did_type) macro