Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1751 if (idp->di_vers != 0 && idp->di_vers > dtp->dt_vmax) in dt_reduceid()
1772 if (v > dtp->dt_vmax) in dt_reduce()
1774 else if (v == dtp->dt_vmax) in dt_reduce()
1780 dtp->dt_vmax = v; in dt_reduce()
1850 "-D__SUNW_D_VERSION=0x%08x", dtp->dt_vmax); in dt_preproc()
H A Ddt_impl.h259 dt_version_t dt_vmax; /* optional ceiling on program API binding */ member
H A Ddt_open.c964 dtp->dt_vmax = DT_VERS_LATEST; in dt_vopen()