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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_open.c567 * Tables of ILP32 integer type templates used to populate the dtp->dt_ints[]
580 * Tables of LP64 integer type templates used to populate the dtp->dt_ints[]
1006 bcopy(_dtrace_ints_32, dtp->dt_ints, sizeof (_dtrace_ints_32));
1008 bcopy(_dtrace_ints_64, dtp->dt_ints, sizeof (_dtrace_ints_64));
1228 for (i = 0; i < sizeof (dtp->dt_ints) / sizeof (dtp->dt_ints[0]); i++) {
1230 dtp->dt_ints[i].did_name, &dtt) != 0) {
1232 dtp->dt_ints[i].did_name,
1236 dtp->dt_ints[i].did_ctfp = dtt.dtt_ctfp;
1237 dtp->dt_ints[
[all...]
H A Ddt_impl.h269 dt_intdesc_t dt_ints[6]; /* cached integer type descriptions */ member in struct:dtrace_hdl
411 #define DT_INT_CTFP(dtp) ((dtp)->dt_ints[0].did_ctfp)
412 #define DT_INT_TYPE(dtp) ((dtp)->dt_ints[0].did_type)
H A Ddt_parser.c1214 for (; i < sizeof (dtp->dt_ints) / sizeof (dtp->dt_ints[0]); i += n) {
1215 if (value <= dtp->dt_ints[i].did_limit) {
1217 dtp->dt_ints[i].did_ctfp,
1218 dtp->dt_ints[i].did_type);

Completed in 245 milliseconds