Searched refs:DT_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ | ||
H A D | dt_impl.h | 562 #define DT_VERSION_MAJOR(v) (((v) & 0xFF000000) >> 24) macro |
H A D | dt_subr.c | 365 uint_t M = DT_VERSION_MAJOR(v); in dt_version_num2str() |