Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c139 if (dof->dofh_ident[DOF_ID_MAG0] != DOF_MAG_MAG0 || in dtrace_dof_init()
140 dof->dofh_ident[DOF_ID_MAG1] != DOF_MAG_MAG1 || in dtrace_dof_init()
141 dof->dofh_ident[DOF_ID_MAG2] != DOF_MAG_MAG2 || in dtrace_dof_init()
142 dof->dofh_ident[DOF_ID_MAG3] != DOF_MAG_MAG3) { in dtrace_dof_init()
H A Ddt_dof.c599 hp->dofh_ident[DOF_ID_MAG0] = DOF_MAG_MAG0; in dof_hdr()
600 hp->dofh_ident[DOF_ID_MAG1] = DOF_MAG_MAG1; in dof_hdr()
601 hp->dofh_ident[DOF_ID_MAG2] = DOF_MAG_MAG2; in dof_hdr()
602 hp->dofh_ident[DOF_ID_MAG3] = DOF_MAG_MAG3; in dof_hdr()
605 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()
609 hp->dofh_ident[DOF_ID_ENCODING] = DOF_ENCODE_NATIVE; in dof_hdr()
610 hp->dofh_ident[DOF_ID_VERSION] = dofversion; in dof_hdr()
611 hp->dofh_ident[DOF_ID_DIFVERS] = dtp->dt_conf.dtc_difversion; in dof_hdr()
612 hp->dofh_ident[DOF_ID_DIFIREG] = dtp->dt_conf.dtc_difintregs; in dof_hdr()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c13227 dof->dofh_ident[DOF_ID_MAG0] = DOF_MAG_MAG0;
13228 dof->dofh_ident[DOF_ID_MAG1] = DOF_MAG_MAG1;
13229 dof->dofh_ident[DOF_ID_MAG2] = DOF_MAG_MAG2;
13230 dof->dofh_ident[DOF_ID_MAG3] = DOF_MAG_MAG3;
13232 dof->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_NATIVE;
13234 dof->dofh_ident[DOF_ID_VERSION] = DOF_VERSION;
13235 dof->dofh_ident[DOF_ID_DIFVERS] = DIF_VERSION;
13236 dof->dofh_ident[DOF_ID_DIFIREG] = DIF_DIR_NREGS;
13237 dof->dofh_ident[DOF_ID_DIFTREG] = DIF_DTR_NREGS;
14117 if (bcmp(&dof->dofh_ident[DOF_ID_MAG0],
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h634 uint8_t dofh_ident[DOF_ID_SIZE]; /* identification bytes (see below) */ member