HomeSort by relevance Sort by last modified time
    Searched refs:cil_typepermissive (Results 1 - 10 of 10) 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 496 struct cil_typepermissive { struct
921 void cil_typepermissive_init(struct cil_typepermissive **typeperm);
cil_build_ast.h 136 void cil_destroy_typepermissive(struct cil_typepermissive *typeperm);
cil_copy_ast.c 565 struct cil_typepermissive *orig = data;
566 struct cil_typepermissive *new = NULL;
    [all...]
cil_policy.c 969 case CIL_TYPEPERMISSIVE: {
970 struct cil_typepermissive *typeperm = (struct cil_typepermissive*)current->data;
    [all...]
cil_tree.c 971 case CIL_TYPEPERMISSIVE: {
972 struct cil_typepermissive *typeperm = node->data;
    [all...]
cil.c 601 case CIL_TYPEPERMISSIVE:
948 case CIL_TYPEPERMISSIVE:
    [all...]
cil_build_ast.c     [all...]
cil_binary.c 573 int cil_typepermissive_to_policydb(policydb_t *pdb, struct cil_typepermissive *cil_typeperm)
    [all...]
cil_resolve_ast.c 501 struct cil_typepermissive *typeperm = current->data;
    [all...]

Completed in 384 milliseconds