Home
last modified time | relevance | path

Searched refs:DOF_ID_MODEL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dof.c605 hp->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_LP64; in dof_hdr()
607 hp->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_ILP32; in dof_hdr()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h641 #define DOF_ID_MODEL 4 /* DOF data model (see below) */ macro
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13504 dof->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_NATIVE;
14439 if (dof->dofh_ident[DOF_ID_MODEL] != DOF_MODEL_ILP32 &&
14440 dof->dofh_ident[DOF_ID_MODEL] != DOF_MODEL_LP64) {