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

  /external/selinux/libsepol/cil/src/
cil_binary.h 133 * @param[in] datum The cil_typepermissive datum.
137 int cil_typepermissive_to_policydb(policydb_t *pdb, struct cil_typepermissive *cil_typeperm);
cil_internal.h 534 struct cil_typepermissive { struct
982 void cil_typepermissive_init(struct cil_typepermissive **typeperm);
android.c 115 case CIL_TYPEPERMISSIVE:
398 struct cil_typepermissive *typeperm = (struct cil_typepermissive *)node->data;
646 case CIL_TYPEPERMISSIVE:
cil_build_ast.h 143 void cil_destroy_typepermissive(struct cil_typepermissive *typeperm);
cil_write_ast.c 626 struct cil_typepermissive *type = (struct cil_typepermissive *)node->data;
1253 case CIL_TYPEPERMISSIVE:
    [all...]
cil_copy_ast.c 604 struct cil_typepermissive *orig = data;
605 struct cil_typepermissive *new = NULL;
    [all...]
cil_tree.c 1075 case CIL_TYPEPERMISSIVE: {
1076 struct cil_typepermissive *typeperm = node->data;
    [all...]
cil.c 632 case CIL_TYPEPERMISSIVE:
994 case CIL_TYPEPERMISSIVE:
    [all...]
cil_policy.c 1296 static void cil_typepermissive_to_policy(FILE *out, struct cil_typepermissive *rule)
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 546 struct cil_typepermissive *typeperm = current->data;
    [all...]
cil_binary.c 542 int cil_typepermissive_to_policydb(policydb_t *pdb, struct cil_typepermissive *cil_typeperm)
    [all...]

Completed in 861 milliseconds