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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_impl.h269 dt_intdesc_t dt_ints[6]; /* cached integer type descriptions */ member in struct:dtrace_hdl
427 #define DT_INT_CTFP(dtp) ((dtp)->dt_ints[0].did_ctfp)
428 #define DT_INT_TYPE(dtp) ((dtp)->dt_ints[0].did_type)
H A Ddt_open.c681 * Tables of ILP32 integer type templates used to populate the dtp->dt_ints[]
694 * Tables of LP64 integer type templates used to populate the dtp->dt_ints[]
1353 bcopy(_dtrace_ints_32, dtp->dt_ints, sizeof (_dtrace_ints_32));
1355 bcopy(_dtrace_ints_64, dtp->dt_ints, sizeof (_dtrace_ints_64));
1610 for (i = 0; i < sizeof (dtp->dt_ints) / sizeof (dtp->dt_ints[0]); i++) {
1612 dtp->dt_ints[i].did_name, &dtt) != 0) {
1614 dtp->dt_ints[i].did_name,
1618 dtp->dt_ints[i].did_ctfp = dtt.dtt_ctfp;
1619 dtp->dt_ints[
[all...]
H A Ddt_parser.c1261 for (; i < sizeof (dtp->dt_ints) / sizeof (dtp->dt_ints[0]); i += n) {
1262 if (value <= dtp->dt_ints[i].did_limit) {
1264 dtp->dt_ints[i].did_ctfp,
1265 dtp->dt_ints[i].did_type, B_FALSE);

Completed in 97 milliseconds