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 549 struct cil_typepermissive { struct
1013 void cil_typepermissive_init(struct cil_typepermissive **typeperm);
android.c 116 case CIL_TYPEPERMISSIVE:
403 struct cil_typepermissive *typeperm = (struct cil_typepermissive *)node->data;
646 case CIL_TYPEPERMISSIVE:
cil_build_ast.h 145 void cil_destroy_typepermissive(struct cil_typepermissive *typeperm);
cil_write_ast.c 626 struct cil_typepermissive *type = (struct cil_typepermissive *)node->data;
    [all...]
cil_copy_ast.c 604 struct cil_typepermissive *orig = data;
605 struct cil_typepermissive *new = NULL;
    [all...]
cil_tree.c 1086 case CIL_TYPEPERMISSIVE: {
1087 struct cil_typepermissive *typeperm = node->data;
    [all...]
cil.c 642 case CIL_TYPEPERMISSIVE:
1012 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 592 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 332 milliseconds