Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddrti.c138 if (dof->dofh_ident[DOF_ID_MAG0] != DOF_MAG_MAG0 || in dtrace_dof_init()
139 dof->dofh_ident[DOF_ID_MAG1] != DOF_MAG_MAG1 || in dtrace_dof_init()
140 dof->dofh_ident[DOF_ID_MAG2] != DOF_MAG_MAG2 || in dtrace_dof_init()
141 dof->dofh_ident[DOF_ID_MAG3] != DOF_MAG_MAG3) { in dtrace_dof_init()
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-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c9476 if (dof->dofh_ident[DOF_ID_VERSION] != DOF_VERSION_1 &&
13193 dof->dofh_ident[DOF_ID_MAG0] = DOF_MAG_MAG0;
13194 dof->dofh_ident[DOF_ID_MAG1] = DOF_MAG_MAG1;
13195 dof->dofh_ident[DOF_ID_MAG2] = DOF_MAG_MAG2;
13196 dof->dofh_ident[DOF_ID_MAG3] = DOF_MAG_MAG3;
13198 dof->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_NATIVE;
13199 dof->dofh_ident[DOF_ID_ENCODING] = DOF_ENCODE_NATIVE;
13200 dof->dofh_ident[DOF_ID_VERSION] = DOF_VERSION;
13201 dof->dofh_ident[DOF_ID_DIFVERS] = DIF_VERSION;
13202 dof->dofh_ident[DOF_ID_DIFIREG] = DIF_DIR_NREGS;
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddtrace.h627 uint8_t dofh_ident[DOF_ID_SIZE]; /* identification bytes (see below) */ member