Searched refs:DOF_SECT_OPTDESC (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h653 #define DOF_SECT_OPTDESC 14 /* dof_optdesc_t array */ macro
675 ((x) == DOF_SECT_KRELHDR) || ((x) == DOF_SECT_OPTDESC) || \
952 * Run-time DTrace options are set and retrieved via DOF_SECT_OPTDESC sections
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dof.c928 dof->dofh_secnum = 1; /* only DOF_SECT_OPTDESC */
936 sec->dofs_type = DOF_SECT_OPTDESC;
H A Ddt_options.c878 if (sec->dofs_type != DOF_SECT_OPTDESC)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c11448 dof->dofh_secnum = 1; /* only DOF_SECT_OPTDESC */
11458 sec->dofs_type = DOF_SECT_OPTDESC;
12336 if (sec->dofs_type != DOF_SECT_OPTDESC)

Completed in 115 milliseconds