Searched refs:xxfi_version (Results 1 – 4 of 4) sorted by relevance
55 if ((SM_LM_VRS_MAJOR(smfi->xxfi_version) != SM_LM_VRS_MAJOR(SMFI_VERSION) ||56 SM_LM_VRS_MINOR(smfi->xxfi_version) != SM_LM_VRS_MINOR(SMFI_VERSION)) &&57 smfi->xxfi_version != 2 &&58 smfi->xxfi_version != 3 &&59 smfi->xxfi_version != 4)64 smfi->xxfi_name, smfi->xxfi_version,
905 else if (ctx->ctx_smfi->xxfi_version >= SMFI_VERSION_MDS)929 else if (ctx->ctx_smfi->xxfi_version < SMFI_VERSION_MDS &&935 (long) ctx->ctx_id, ctx->ctx_smfi->xxfi_version, v);970 g->a_ctx->ctx_smfi->xxfi_version > 4 &&1319 g->a_ctx->ctx_smfi->xxfi_version > 3 &&1453 g->a_ctx->ctx_smfi->xxfi_version > 2 &&
931 if (smfi->xxfi_version <= 3 || smfi->xxfi_data == NULL)933 if (smfi->xxfi_version <= 2 || smfi->xxfi_unknown == NULL)
111 int xxfi_version; /* version code -- do not change */ member