Searched refs:dt_vmax (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_impl.h243 dt_version_t dt_vmax; /* optional ceiling on program API binding */ member in struct:dtrace_hdl
H A Ddt_cc.c1531 if (idp->di_vers != 0 && idp->di_vers > dtp->dt_vmax)
1552 if (v > dtp->dt_vmax)
1554 else if (v == dtp->dt_vmax)
1560 dtp->dt_vmax = v;
1630 "-D__SUNW_D_VERSION=0x%08x", dtp->dt_vmax);
H A Ddt_open.c918 dtp->dt_vmax = DT_VERS_LATEST;

Completed in 34 milliseconds