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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_options.c380 dtp->dt_stdcmode = DT_STDC_XA;
382 dtp->dt_stdcmode = DT_STDC_XC;
384 dtp->dt_stdcmode = DT_STDC_XS;
386 dtp->dt_stdcmode = DT_STDC_XT;
H A Ddt_impl.h264 uint_t dt_stdcmode; /* dtrace stdc compatibility mode (see below) */ member in struct:dtrace_hdl
334 * Values for the dt_stdcmode property, which is used by the compiler when
H A Ddt_open.c905 dtp->dt_stdcmode = DT_STDC_XA;
H A Ddt_cc.c1633 switch (dtp->dt_stdcmode) {

Completed in 36 milliseconds