Home
last modified time | relevance | path

Searched refs:DIF_INSTR_TYPE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c231 uint_t type = DIF_INSTR_TYPE(in); in dt_dis_pushts()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h311 #define DIF_INSTR_TYPE(i) (((i) >> 16) & 0xff) macro
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c248 uint_t type = DIF_INSTR_TYPE(instr); in dis_pushts()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c9289 uint_t type = DIF_INSTR_TYPE(instr); in dtrace_difo_validate()