Searched refs:SM_LM_VRS_MAJOR (Results 1 – 3 of 3) sorted by relevance
55 if ((SM_LM_VRS_MAJOR(smfi->xxfi_version) != SM_LM_VRS_MAJOR(SMFI_VERSION) ||
885 *major = SM_LM_VRS_MAJOR(SMFI_VERSION);
35 #define SM_LM_VRS_MAJOR(v) (((v) & 0x7f000000) >> 24) macro