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

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1812 if (idp->di_vers != 0 && idp->di_vers > dtp->dt_vmax)
1833 if (v > dtp->dt_vmax)
1835 else if (v == dtp->dt_vmax)
1841 dtp->dt_vmax = v;
1919 "-D__SUNW_D_VERSION=0x%08x", dtp->dt_vmax);
H A Ddt_impl.h264 dt_version_t dt_vmax; /* optional ceiling on program API binding */ member in struct:dtrace_hdl
H A Ddt_open.c1167 dtp->dt_vmax = DT_VERS_LATEST;

Completed in 137 milliseconds