Lines Matching refs:entry
199 static int is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab,
209 if (!(entry->key.specified & (AVTAB_AV|AVTAB_XPERMS)))
212 s_idx = entry->key.source_type - 1;
213 t_idx = entry->key.target_type - 1;
215 key.target_class = entry->key.target_class;
216 key.specified = entry->key.specified;
218 d1 = &entry->datum;
248 static int is_avrule_with_attr(avtab_ptr_t entry, policydb_t *p)
250 unsigned int s_idx = entry->key.source_type - 1;
251 unsigned int t_idx = entry->key.target_type - 1;