Home
last modified time | relevance | path

Searched refs:dtdo_buf (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_as.c182 dp->dtdo_buf[i] = DIF_INSTR_XLATE( in dt_as_xlate()
183 DIF_INSTR_OP(dp->dtdo_buf[i]), xi, DIF_INSTR_RD(dp->dtdo_buf[i])); in dt_as_xlate()
274 dp->dtdo_buf = dt_alloc(dtp, sizeof (dif_instr_t) * dlp->dl_len); in dt_as()
276 if (dp->dtdo_buf == NULL) in dt_as()
294 dp->dtdo_buf[i++] = dip->di_instr; in dt_as()
326 dif_instr_t instr = dp->dtdo_buf[i]; in dt_as()
338 dp->dtdo_buf[i] = DIF_INSTR_BRANCH(op, in dt_as()
424 assert(dp->dtdo_buf[i - 1] == dip->di_instr); in dt_as()
Ddt_cc.c302 dp->dtdo_buf = dt_alloc(dtp, sizeof (dif_instr_t) * 2); in dt_action_difconst()
305 if (dp->dtdo_buf == NULL || dp->dtdo_inttab == NULL) { in dt_action_difconst()
310 dp->dtdo_buf[0] = DIF_INSTR_SETX(0, 1); /* setx DIF_INTEGER[0], %r1 */ in dt_action_difconst()
311 dp->dtdo_buf[1] = DIF_INSTR_RET(1); /* ret %r1 */ in dt_action_difconst()
645 dp->dtdo_buf = dbuf; in dt_action_printflike()
Ddt_dis.c444 dif_instr_t instr = dp->dtdo_buf[i]; in dt_dis()
Ddt_dof.c228 if (dp->dtdo_buf != NULL) { in dof_add_difo()
229 dsecs[nsecs++] = dof_add_lsect(ddo, dp->dtdo_buf, in dof_add_difo()
Ddt_subr.c810 dt_free(dtp, dp->dtdo_buf); in dt_difo_free()
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Ddtrace.c6328 const dif_instr_t *text = difo->dtdo_buf;
10036 dif_instr_t instr = dp->dtdo_buf[pc];
10100 dp->dtdo_buf[pc] = DIF_INSTR_LOAD(op +
10297 DIF_INSTR_OP(dp->dtdo_buf[dp->dtdo_len - 1]) != DIF_OP_RET) {
10430 dif_instr_t instr = dp->dtdo_buf[pc];
10483 dif_instr_t instr = dp->dtdo_buf[pc];
10665 uint_t op = DIF_INSTR_OP(dp->dtdo_buf[i]);
10714 const dif_instr_t *text = dp->dtdo_buf;
10867 ASSERT(dp->dtdo_buf != NULL && dp->dtdo_len != 0);
10979 ASSERT(dp->dtdo_buf != NULL);
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Ddtrace.h870 dif_instr_t *dtdo_buf; /* instruction buffer */ member