Home
last modified time | relevance | path

Searched refs:DOF_ID_DIFVERS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h623 #define DOF_ID_DIFVERS 7 /* DIF instruction set version */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c566 h.dofh_ident[DOF_ID_DIFVERS]); in dof_hdr()
H A Ddtrace.c510 dof->dofh_ident[DOF_ID_DIFVERS] = DIF_VERSION; in dtracemdb_dof_create()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dof.c617 hp->dofh_ident[DOF_ID_DIFVERS] = dtp->dt_conf.dtc_difversion; in dof_hdr()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c12641 dof->dofh_ident[DOF_ID_DIFVERS] = DIF_VERSION; in dtrace_dof_create()
13377 if (dof->dofh_ident[DOF_ID_DIFVERS] != DIF_VERSION_2) { in dtrace_dof_slurp()