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()
288 if (k->specified & AVTAB_TYPE) { in cond_insertf()
304 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf()
628 node = avtab_search_node_next(node, key->specified)) { in cond_compute_xperms()
629 if (node->key.specified & AVTAB_ENABLED) in cond_compute_xperms()
647 node = avtab_search_node_next(node, key->specified)) { in cond_compute_av()
649 (node->key.specified & (AVTAB_ALLOWED|AVTAB_ENABLED))) in cond_compute_av()
652 (node->key.specified & (AVTAB_AUDITDENY|AVTAB_ENABLED))) in cond_compute_av()
660 (node->key.specified & (AVTAB_AUDITALLOW|AVTAB_ENABLED))) in cond_compute_av()
662 if (xperms && (node->key.specified & AVTAB_ENABLED) && in cond_compute_av()
663 (node->key.specified & AVTAB_XPERMS)) in cond_compute_av()