Home
last modified time | relevance | path

Searched refs:supported_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/mt/
H A Dmt.c1149 struct mt_status_entry *prot_entry, *supported_entry; in mt_protect() local
1251 supported_entry = mt_entry_find(prot_entry, in mt_protect()
1253 if (supported_entry == NULL) in mt_protect()
1256 if (((supported_entry->var_type == MT_TYPE_INT) in mt_protect()
1257 && (supported_entry->value_signed == 0)) in mt_protect()
1258 || ((supported_entry->var_type == MT_TYPE_UINT) in mt_protect()
1259 && (supported_entry->value_unsigned == 0))) in mt_protect()