Home
last modified time | relevance | path

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

/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdrti.c235 if (dof->dofh_ident[DOF_ID_MAG0] != DOF_MAG_MAG0 || in dtrace_dof_init()
236 dof->dofh_ident[DOF_ID_MAG1] != DOF_MAG_MAG1 || in dtrace_dof_init()
237 dof->dofh_ident[DOF_ID_MAG2] != DOF_MAG_MAG2 || in dtrace_dof_init()
238 dof->dofh_ident[DOF_ID_MAG3] != DOF_MAG_MAG3) { in dtrace_dof_init()
HDdt_dof.c609 hp->dofh_ident[DOF_ID_MAG0] = DOF_MAG_MAG0; in dof_hdr()
610 hp->dofh_ident[DOF_ID_MAG1] = DOF_MAG_MAG1; in dof_hdr()
611 hp->dofh_ident[DOF_ID_MAG2] = DOF_MAG_MAG2; in dof_hdr()
612 hp->dofh_ident[DOF_ID_MAG3] = DOF_MAG_MAG3; in dof_hdr()
615 hp->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_LP64; in dof_hdr()
617 hp->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_ILP32; in dof_hdr()
619 hp->dofh_ident[DOF_ID_ENCODING] = DOF_ENCODE_NATIVE; in dof_hdr()
620 hp->dofh_ident[DOF_ID_VERSION] = dofversion; in dof_hdr()
621 hp->dofh_ident[DOF_ID_DIFVERS] = dtp->dt_conf.dtc_difversion; in dof_hdr()
622 hp->dofh_ident[DOF_ID_DIFIREG] = dtp->dt_conf.dtc_difintregs; in dof_hdr()
[all …]
/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c9268 if (dof->dofh_ident[DOF_ID_VERSION] != DOF_VERSION_1 &&
12895 dof->dofh_ident[DOF_ID_MAG0] = DOF_MAG_MAG0;
12896 dof->dofh_ident[DOF_ID_MAG1] = DOF_MAG_MAG1;
12897 dof->dofh_ident[DOF_ID_MAG2] = DOF_MAG_MAG2;
12898 dof->dofh_ident[DOF_ID_MAG3] = DOF_MAG_MAG3;
12900 dof->dofh_ident[DOF_ID_MODEL] = DOF_MODEL_NATIVE;
12901 dof->dofh_ident[DOF_ID_ENCODING] = DOF_ENCODE_NATIVE;
12902 dof->dofh_ident[DOF_ID_VERSION] = DOF_VERSION;
12903 dof->dofh_ident[DOF_ID_DIFVERS] = DIF_VERSION;
12904 dof->dofh_ident[DOF_ID_DIFIREG] = DIF_DIR_NREGS;
[all …]
/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace.h629 uint8_t dofh_ident[DOF_ID_SIZE]; /* identification bytes (see below) */ member