Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1794 if (idp->di_vers != 0 && idp->di_vers > dtp->dt_vmax) in dt_reduceid()
1815 if (v > dtp->dt_vmax) in dt_reduce()
1817 else if (v == dtp->dt_vmax) in dt_reduce()
1823 dtp->dt_vmax = v; in dt_reduce()
1901 "-D__SUNW_D_VERSION=0x%08x", dtp->dt_vmax); in dt_preproc()
H A Ddt_impl.h291 dt_version_t dt_vmax; /* optional ceiling on program API binding */ member
H A Ddt_open.c1209 dtp->dt_vmax = DT_VERS_LATEST; in dt_vopen()