Searched refs:DT_INT_TYPE (Results 1 – 2 of 2) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 359 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote() 364 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote() 1990 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() 1995 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() 2000 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() 2017 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() 2022 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() 2031 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() 2040 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() 2049 DT_INT_CTFP(dtp), DT_INT_TYPE(dtp), B_FALSE); in dt_node_op2() [all …]
|
H A D | dt_impl.h | 432 #define DT_INT_TYPE(dtp) ((dtp)->dt_ints[0].did_type) macro
|