HomeSort by: relevance | last modified time | path
    Searched refs:DOF_SECT_OPTDESC (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h 717 #define DOF_SECT_OPTDESC 14 /* dof_optdesc_t array */
739 ((x) == DOF_SECT_KRELHDR) || ((x) == DOF_SECT_OPTDESC) || \
1017 * Run-time DTrace options are set and retrieved via DOF_SECT_OPTDESC sections
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_dof.c 936 dof->dofh_secnum = 1; /* only DOF_SECT_OPTDESC */
944 sec->dofs_type = DOF_SECT_OPTDESC;
dt_options.c 929 if (sec->dofs_type != DOF_SECT_OPTDESC)
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 13514 dof->dofh_secnum = 1; /* only DOF_SECT_OPTDESC */
13524 sec->dofs_type = DOF_SECT_OPTDESC;
14623 if (sec->dofs_type != DOF_SECT_OPTDESC)

Completed in 83 milliseconds