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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c441 dtp->dt_stdcmode = DT_STDC_XA;
443 dtp->dt_stdcmode = DT_STDC_XC;
445 dtp->dt_stdcmode = DT_STDC_XS;
447 dtp->dt_stdcmode = DT_STDC_XT;
H A Ddt_impl.h285 uint_t dt_stdcmode; /* dtrace stdc compatibility mode (see below) */ member in struct:dtrace_hdl
368 * Values for the dt_stdcmode property, which is used by the compiler when
H A Ddt_open.c1150 dtp->dt_stdcmode = DT_STDC_XA;
H A Ddt_cc.c1923 switch (dtp->dt_stdcmode) {

Completed in 127 milliseconds