Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c455 dtp->dt_stdcmode = DT_STDC_XA; in dt_opt_stdc()
457 dtp->dt_stdcmode = DT_STDC_XC; in dt_opt_stdc()
459 dtp->dt_stdcmode = DT_STDC_XS; in dt_opt_stdc()
461 dtp->dt_stdcmode = DT_STDC_XT; in dt_opt_stdc()
H A Ddt_impl.h280 uint_t dt_stdcmode; /* dtrace stdc compatibility mode (see below) */ member
H A Ddt_open.c950 dtp->dt_stdcmode = DT_STDC_XA; in dt_vopen()
H A Ddt_cc.c1853 switch (dtp->dt_stdcmode) { in dt_preproc()