Home
last modified time | relevance | path

Searched refs:dt_ints (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c1304 bcopy(_dtrace_ints_32, dtp->dt_ints, sizeof (_dtrace_ints_32)); in dt_vopen()
1306 bcopy(_dtrace_ints_64, dtp->dt_ints, sizeof (_dtrace_ints_64)); in dt_vopen()
1552 for (i = 0; i < sizeof (dtp->dt_ints) / sizeof (dtp->dt_ints[0]); i++) { in dt_vopen()
1554 dtp->dt_ints[i].did_name, &dtt) != 0) { in dt_vopen()
1556 dtp->dt_ints[i].did_name, in dt_vopen()
1560 dtp->dt_ints[i].did_ctfp = dtt.dtt_ctfp; in dt_vopen()
1561 dtp->dt_ints[i].did_type = dtt.dtt_type; in dt_vopen()
H A Ddt_impl.h271 dt_intdesc_t dt_ints[6]; /* cached integer type descriptions */ member
431 #define DT_INT_CTFP(dtp) ((dtp)->dt_ints[0].did_ctfp)
432 #define DT_INT_TYPE(dtp) ((dtp)->dt_ints[0].did_type)
H A Ddt_parser.c1261 for (; i < sizeof (dtp->dt_ints) / sizeof (dtp->dt_ints[0]); i += n) { in dt_node_int()
1262 if (value <= dtp->dt_ints[i].did_limit) { in dt_node_int()
1264 dtp->dt_ints[i].did_ctfp, in dt_node_int()
1265 dtp->dt_ints[i].did_type, B_FALSE); in dt_node_int()