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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h646 #define DOF_ID_VERSION 6 /* DOF file format major version (see below) */ macro
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c610 hp->dofh_ident[DOF_ID_VERSION] = dofversion;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9395 if (dof->dofh_ident[DOF_ID_VERSION] != DOF_VERSION_1 &&
13113 dof->dofh_ident[DOF_ID_VERSION] = DOF_VERSION;
14010 if (dof->dofh_ident[DOF_ID_VERSION] != DOF_VERSION_1 &&
14011 dof->dofh_ident[DOF_ID_VERSION] != DOF_VERSION_2) {
16064 ((dof->dofh_ident[DOF_ID_VERSION] == DOF_VERSION_1) ?
16083 if (dof->dofh_ident[DOF_ID_VERSION] != DOF_VERSION_1 &&
16168 if (dof->dofh_ident[DOF_ID_VERSION] != DOF_VERSION_1) {

Completed in 219 milliseconds