Searched refs:DOF_SECT_XLIMPORT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dof.c346 assert(type == DOF_SECT_XLIMPORT || type == DOF_SECT_XLEXPORT);
347 xst = type == DOF_SECT_XLIMPORT ? ddo->ddo_xlimport : ddo->ddo_xlexport;
361 if (type == DOF_SECT_XLIMPORT) {
698 dof_add_translator(ddo, dxp, DOF_SECT_XLIMPORT);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h662 #define DOF_SECT_XLIMPORT 23 /* dof_xlator_t */ macro
679 ((x) == DOF_SECT_XLMEMBERS) || ((x) == DOF_SECT_XLIMPORT) || \
680 ((x) == DOF_SECT_XLIMPORT) || ((x) == DOF_SECT_XLEXPORT) || \

Completed in 2841 milliseconds