Lines Matching refs:fqn
83 *sepol_user = hashtab_search(pdb->p_users.table, datum->fqn);
85 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn);
94 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn);
96 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn);
105 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn);
107 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn);
116 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn);
118 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn);
127 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn);
129 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn);
138 *sepol_level = hashtab_search(pdb->p_levels.table, datum->fqn);
140 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn);
251 key = cil_strdup(cil_common->datum.fqn);
269 key = cil_strdup(curr->datum.fqn);
304 key = cil_strdup(cil_class->datum.fqn);
324 key = cil_class->common->datum.fqn;
347 key = cil_strdup(cil_perm->datum.fqn);
374 if (cil_role->datum.fqn == CIL_KEY_OBJECT_R) {
381 key = cil_strdup(cil_role->datum.fqn);
420 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn);
467 key = cil_strdup(cil_type->datum.fqn);
505 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn);
522 key = cil_strdup(cil_alias->datum.fqn);
576 key = cil_strdup(cil_attr->datum.fqn);
666 capnum = sepol_polcap_getnum(cil_polcap->datum.fqn);
689 key = cil_strdup(cil_user->datum.fqn);
724 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn);
774 key = cil_strdup(cil_bool->datum.fqn);
804 key = cil_strdup(cil_cat->datum.fqn);
832 key = cil_strdup(cil_alias->datum.fqn);
867 key = cil_strdup(cil_sens->datum.fqn);
899 key = cil_strdup(cil_alias->datum.fqn);
1255 key = cil_perm->datum.fqn;
1415 if (tgt->fqn == CIL_KEY_SELF) {
1727 if (tgt->fqn == CIL_KEY_SELF) {
1771 if (DATUM(cil_typetrans->name)->fqn != CIL_KEY_STAR) {
1821 *out = cil_strdup(DATUM(curr->data)->fqn);
1904 char *key = DATUM(item->data)->fqn;
2917 new_ocon->u.name = cil_strdup(cil_sid->datum.fqn);
2920 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn);
3337 cil_log(CIL_ERR,"User default labeling for class %s already specified\n",DATUM(c->data)->fqn);
3345 cil_log(CIL_ERR,"Role default labeling for class %s already specified\n",DATUM(c->data)->fqn);
3353 cil_log(CIL_ERR,"Type default labeling for class %s already specified\n",DATUM(c->data)->fqn);
3390 cil_log(CIL_ERR,"Range default labeling for class %s already specified\n", DATUM(curr->data)->fqn);
4280 cil_log(CIL_ERR,"(%s (", DATUM(cp->class)->fqn);
4282 cil_log(CIL_ERR,"%s",DATUM(i2->data)->fqn);
4291 cil_log(CIL_ERR,"%s", DATUM(cp_set->set)->fqn);
4311 cil_log(CIL_ERR, "%s %s (%s)", kind_str, DATUM(px->obj)->fqn, expr_str);
4319 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn);
4408 if (tgt->fqn == CIL_KEY_SELF) {
4584 t->datum.fqn, t->bounds->datum.fqn);