HomeSort by: relevance | last modified time | path
    Searched refs:DT_VERSION_NUMBER (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_open.c 110 #define DT_VERS_1_0 DT_VERSION_NUMBER(1, 0, 0)
111 #define DT_VERS_1_1 DT_VERSION_NUMBER(1, 1, 0)
112 #define DT_VERS_1_2 DT_VERSION_NUMBER(1, 2, 0)
113 #define DT_VERS_1_2_1 DT_VERSION_NUMBER(1, 2, 1)
114 #define DT_VERS_1_2_2 DT_VERSION_NUMBER(1, 2, 2)
115 #define DT_VERS_1_3 DT_VERSION_NUMBER(1, 3, 0)
116 #define DT_VERS_1_4 DT_VERSION_NUMBER(1, 4, 0)
117 #define DT_VERS_1_4_1 DT_VERSION_NUMBER(1, 4, 1)
118 #define DT_VERS_1_5 DT_VERSION_NUMBER(1, 5, 0)
119 #define DT_VERS_1_6 DT_VERSION_NUMBER(1, 6, 0
    [all...]
dt_impl.h 602 #define DT_VERSION_NUMBER(M, m, u) \
dt_subr.c 413 *vp = DT_VERSION_NUMBER(n[0], n[1], n[2]);

Completed in 17 milliseconds