Searched refs:supported_entry (Results 1 – 1 of 1) sorted by relevance
1162 struct mt_status_entry *prot_entry, *supported_entry; in mt_protect() local1264 supported_entry = mt_entry_find(prot_entry, in mt_protect()1266 if (supported_entry == NULL) in mt_protect()1269 if (((supported_entry->var_type == MT_TYPE_INT) in mt_protect()1270 && (supported_entry->value_signed == 0)) in mt_protect()1271 || ((supported_entry->var_type == MT_TYPE_UINT) in mt_protect()1272 && (supported_entry->value_unsigned == 0))) in mt_protect()