HomeSort by: relevance | last modified time | path
    Searched refs:dt_xlatemode (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_xlator.c 335 dtp->dt_xlatemode == DT_XL_STATIC)
dt_dof.c 508 dtp->dt_xlatemode == DT_XL_DYNAMIC) {
575 if (nxr != 0 && dtp->dt_xlatemode == DT_XL_DYNAMIC) {
dt_options.c 545 dtp->dt_xlatemode = DT_XL_DYNAMIC;
547 dtp->dt_xlatemode = DT_XL_STATIC;
dt_impl.h 312 uint_t dt_xlatemode; /* dtrace translator linking mode (see below) */ member in struct:dtrace_hdl
391 * Values for the dt_xlatemode property, which is used to determine whether
dt_ident.c 385 if (dtp->dt_xlatemode == DT_XL_STATIC && (
dt_open.c 1222 dtp->dt_xlatemode = DT_XL_STATIC;
dt_cc.c 2524 if (dtp->dt_xlatemode == DT_XL_DYNAMIC)

Completed in 53 milliseconds