Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c111 #define DT_VERS_1_0 DT_VERSION_NUMBER(1, 0, 0)
112 #define DT_VERS_1_1 DT_VERSION_NUMBER(1, 1, 0)
113 #define DT_VERS_1_2 DT_VERSION_NUMBER(1, 2, 0)
114 #define DT_VERS_1_2_1 DT_VERSION_NUMBER(1, 2, 1)
115 #define DT_VERS_1_2_2 DT_VERSION_NUMBER(1, 2, 2)
116 #define DT_VERS_1_3 DT_VERSION_NUMBER(1, 3, 0)
117 #define DT_VERS_1_4 DT_VERSION_NUMBER(1, 4, 0)
118 #define DT_VERS_1_4_1 DT_VERSION_NUMBER(1, 4, 1)
119 #define DT_VERS_1_5 DT_VERSION_NUMBER(1, 5, 0)
120 #define DT_VERS_1_6 DT_VERSION_NUMBER(1, 6, 0)
[all …]
H A Ddt_impl.h606 #define DT_VERSION_NUMBER(M, m, u) \ macro
H A Ddt_subr.c408 *vp = DT_VERSION_NUMBER(n[0], n[1], n[2]); in dt_version_str2num()