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

  /external/selinux/libsepol/cil/src/
cil_internal.h 458 struct cil_roleattribute { struct
914 void cil_roleattribute_init(struct cil_roleattribute **attribute);
cil_post.c 627 static int __evaluate_role_expression(struct cil_roleattribute *attr, struct cil_db *db)
649 if (node->flavor == CIL_ROLEATTRIBUTE) {
650 struct cil_roleattribute *attr = (struct cil_roleattribute *)datum;
1020 case CIL_ROLEATTRIBUTE: {
1021 struct cil_roleattribute *attr = node->data;
1094 if (role_node->flavor == CIL_ROLEATTRIBUTE) {
1095 struct cil_roleattribute *attr = roletype->role;
    [all...]
cil_reset_ast.c 118 static void cil_reset_roleattr(struct cil_roleattribute *attr)
413 case CIL_ROLEATTRIBUTE:
cil_build_ast.h 104 void cil_destroy_roleattribute(struct cil_roleattribute *role);
cil_copy_ast.c 497 struct cil_roleattribute *orig = data;
503 struct cil_roleattribute *new;
    [all...]
cil_tree.c 783 case CIL_ROLEATTRIBUTE: {
784 struct cil_roleattribute *attr = node->data;
    [all...]
cil_binary.c 174 if (node->flavor == CIL_ROLEATTRIBUTE) {
175 struct cil_roleattribute *attr = (struct cil_roleattribute *)datum;
    [all...]
cil_resolve_ast.c 1011 struct cil_roleattribute *attr = NULL;
1019 if (attr_node->flavor != CIL_ROLEATTRIBUTE) {
1024 attr = (struct cil_roleattribute*)attr_datum;
1037 cil_list_init(&attr->expr_list, CIL_ROLEATTRIBUTE);
    [all...]
cil.c 571 case CIL_ROLEATTRIBUTE:
788 case CIL_ROLEATTRIBUTE:
928 case CIL_ROLEATTRIBUTE:
    [all...]
cil_build_ast.c     [all...]

Completed in 45 milliseconds