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 523 struct cil_typepermissive { struct
965 void cil_typepermissive_init(struct cil_typepermissive **typeperm);
cil_build_ast.h 143 void cil_destroy_typepermissive(struct cil_typepermissive *typeperm);
cil_copy_ast.c 604 struct cil_typepermissive *orig = data;
605 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 989 case CIL_TYPEPERMISSIVE: {
990 struct cil_typepermissive *typeperm = node->data;
    [all...]
cil.c 620 case CIL_TYPEPERMISSIVE:
979 case CIL_TYPEPERMISSIVE:
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 536 struct cil_typepermissive *typeperm = current->data;
    [all...]
cil_binary.c 539 int cil_typepermissive_to_policydb(policydb_t *pdb, struct cil_typepermissive *cil_typeperm)
    [all...]

Completed in 4517 milliseconds