Lines Matching refs:specified
103 cur->node->key.specified &= ~AVTAB_ENABLED; in evaluate_cond_node()
105 cur->node->key.specified |= AVTAB_ENABLED; in evaluate_cond_node()
111 cur->node->key.specified &= ~AVTAB_ENABLED; in evaluate_cond_node()
113 cur->node->key.specified |= AVTAB_ENABLED; in evaluate_cond_node()
285 if (k->specified & AVTAB_TYPE) { in cond_insertf()
301 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf()
626 node = avtab_search_node_next(node, key->specified)) { in cond_compute_xperms()
627 if (node->key.specified & AVTAB_ENABLED) in cond_compute_xperms()
645 node = avtab_search_node_next(node, key->specified)) { in cond_compute_av()
647 (node->key.specified & (AVTAB_ALLOWED|AVTAB_ENABLED))) in cond_compute_av()
650 (node->key.specified & (AVTAB_AUDITDENY|AVTAB_ENABLED))) in cond_compute_av()
658 (node->key.specified & (AVTAB_AUDITALLOW|AVTAB_ENABLED))) in cond_compute_av()
660 if (xperms && (node->key.specified & AVTAB_ENABLED) && in cond_compute_av()
661 (node->key.specified & AVTAB_XPERMS)) in cond_compute_av()