Lines Matching defs:specified
965 (cur_av->node->key.specified & key->specified))
986 avtab_key.specified = AVTAB_TRANSITION;
989 avtab_key.specified = AVTAB_CHANGE;
992 avtab_key.specified = AVTAB_MEMBER;
1357 avtab_key.specified = AVTAB_ALLOWED;
1360 avtab_key.specified = AVTAB_AUDITALLOW;
1363 avtab_key.specified = AVTAB_AUDITDENY;
1672 complete->specified = AVTAB_XPERMS_IOCTLDRIVER;
1685 partial->specified = AVTAB_XPERMS_IOCTLFUNCTION;
1755 uint16_t specified;
1762 specified = AVTAB_XPERMS_ALLOWED;
1765 specified = AVTAB_XPERMS_AUDITALLOW;
1768 specified = AVTAB_XPERMS_DONTAUDIT;
1779 avtab_key->specified = specified;
3753 cil_log(CIL_ERR,"User default labeling for class %s already specified\n",DATUM(c->data)->fqn);
3761 cil_log(CIL_ERR,"Role default labeling for class %s already specified\n",DATUM(c->data)->fqn);
3769 cil_log(CIL_ERR,"Type default labeling for class %s already specified\n",DATUM(c->data)->fqn);
3806 cil_log(CIL_ERR,"Range default labeling for class %s already specified\n", DATUM(curr->data)->fqn);
4289 c->node->key.specified &= ~AVTAB_ENABLED;
4291 c->node->key.specified |= AVTAB_ENABLED;
4297 c->node->key.specified &= ~AVTAB_ENABLED;
4299 c->node->key.specified |= AVTAB_ENABLED;
4424 mix(k->specified);
4444 return a->source_type != b->source_type || a->target_type != b->target_type || a->target_class != b->target_class || a->specified != b->specified;
4621 avrule->specified = kind;