HomeSort by relevance Sort by last modified time
    Searched refs:cil_roleattribute (Results 1 - 12 of 12) sorted by null

  /external/selinux/libsepol/cil/src/
cil_internal.h 493 struct cil_roleattribute { struct
975 void cil_roleattribute_init(struct cil_roleattribute **attribute);
cil_post.c 711 static int __evaluate_role_expression(struct cil_roleattribute *attr, struct cil_db *db)
733 if (node->flavor == CIL_ROLEATTRIBUTE) {
734 struct cil_roleattribute *attr = (struct cil_roleattribute *)datum;
1248 case CIL_ROLEATTRIBUTE: {
1249 struct cil_roleattribute *attr = node->data;
    [all...]
cil_reset_ast.c 143 static void cil_reset_roleattr(struct cil_roleattribute *attr)
444 case CIL_ROLEATTRIBUTE:
cil_build_ast.h 108 void cil_destroy_roleattribute(struct cil_roleattribute *role);
cil_write_ast.c 614 struct cil_roleattribute *roleattr = (struct cil_roleattribute *)node->data;
1238 case CIL_ROLEATTRIBUTE:
    [all...]
cil_copy_ast.c 536 struct cil_roleattribute *orig = data;
542 struct cil_roleattribute *new;
    [all...]
cil_policy.c 132 case CIL_ROLEATTRIBUTE: {
133 struct cil_roleattribute *attr = node->data;
    [all...]
cil_tree.c 872 case CIL_ROLEATTRIBUTE: {
873 struct cil_roleattribute *attr = node->data;
    [all...]
cil_resolve_ast.c 1087 struct cil_roleattribute *attr = NULL;
1095 if (attr_node->flavor != CIL_ROLEATTRIBUTE) {
1100 attr = (struct cil_roleattribute*)attr_datum;
1113 cil_list_init(&attr->expr_list, CIL_ROLEATTRIBUTE);
    [all...]
cil.c 602 case CIL_ROLEATTRIBUTE:
827 case CIL_ROLEATTRIBUTE:
974 case CIL_ROLEATTRIBUTE:
    [all...]
cil_binary.c 182 if (node->flavor == CIL_ROLEATTRIBUTE) {
183 struct cil_roleattribute *attr = (struct cil_roleattribute *)datum;
    [all...]
cil_build_ast.c     [all...]

Completed in 689 milliseconds