Lines Matching refs:fqn
81 *sepol_user = hashtab_search(pdb->p_users.table, datum->fqn);
83 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn);
92 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn);
94 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn);
103 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn);
105 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn);
114 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn);
116 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn);
125 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn);
127 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn);
136 *sepol_level = hashtab_search(pdb->p_levels.table, datum->fqn);
138 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn);
249 key = cil_strdup(cil_common->datum.fqn);
267 key = cil_strdup(curr->datum.fqn);
302 key = cil_strdup(cil_class->datum.fqn);
322 key = cil_class->common->datum.fqn;
345 key = cil_strdup(cil_perm->datum.fqn);
372 if (cil_role->datum.fqn == CIL_KEY_OBJECT_R) {
379 key = cil_strdup(cil_role->datum.fqn);
418 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn);
463 key = cil_strdup(cil_type->datum.fqn);
501 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn);
518 key = cil_strdup(cil_alias->datum.fqn);
572 key = cil_strdup(cil_attr->datum.fqn);
662 capnum = sepol_polcap_getnum(cil_polcap->datum.fqn);
685 key = cil_strdup(cil_user->datum.fqn);
720 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn);
772 key = cil_strdup(cil_bool->datum.fqn);
802 key = cil_strdup(cil_cat->datum.fqn);
830 key = cil_strdup(cil_alias->datum.fqn);
864 key = cil_strdup(cil_sens->datum.fqn);
896 key = cil_strdup(cil_alias->datum.fqn);
1120 if (tgt->fqn == CIL_KEY_SELF) {
1248 if (tgt->fqn == CIL_KEY_SELF) {
1328 key = cil_perm->datum.fqn;
1507 if (tgt->fqn == CIL_KEY_SELF) {
1870 if (tgt->fqn == CIL_KEY_SELF) {
1985 if (DATUM(cil_typetrans->name)->fqn != CIL_KEY_STAR) {
2033 *out = cil_strdup(DATUM(curr->data)->fqn);
2117 char *key = DATUM(item->data)->fqn;
3233 new_ocon->u.name = cil_strdup(cil_sid->datum.fqn);
3236 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn);
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);
4676 cil_log(CIL_ERR,"(%s (", DATUM(cp->class)->fqn);
4678 cil_log(CIL_ERR,"%s",DATUM(i2->data)->fqn);
4687 cil_log(CIL_ERR,"%s", DATUM(cp_set->set)->fqn);
4707 cil_log(CIL_ERR, "%s %s (%s)", kind_str, DATUM(px->obj)->fqn, expr_str);
4715 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn);
4814 if (tgt->fqn == CIL_KEY_SELF) {
4984 t->datum.fqn, t->bounds->datum.fqn);