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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c403 dtp->dt_stdcmode = DT_STDC_XA;
405 dtp->dt_stdcmode = DT_STDC_XC;
407 dtp->dt_stdcmode = DT_STDC_XS;
409 dtp->dt_stdcmode = DT_STDC_XT;
H A Ddt_impl.h274 uint_t dt_stdcmode; /* dtrace stdc compatibility mode (see below) */ member in struct:dtrace_hdl
346 * Values for the dt_stdcmode property, which is used by the compiler when
H A Ddt_open.c1012 dtp->dt_stdcmode = DT_STDC_XA;
H A Ddt_cc.c1656 switch (dtp->dt_stdcmode) {

Completed in 58 milliseconds