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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 61 CIL_CLASSPERMS,
cil_reset_ast.c 40 static inline void cil_reset_classperms(struct cil_classperms *cp)
72 if (curr->flavor == CIL_CLASSPERMS) { /* KERNEL or MAP */
cil_copy_ast.c 181 void cil_copy_classperms(struct cil_classperms *orig, struct cil_classperms **new)
204 if (orig_item->flavor == CIL_CLASSPERMS) {
205 struct cil_classperms *cp;
207 cil_list_append(*new, CIL_CLASSPERMS, cp);
    [all...]
cil_policy.c 510 if (curr->flavor == CIL_CLASSPERMS) {
511 struct cil_classperms *cp = curr->data;
551 if (i->flavor == CIL_CLASSPERMS) {
552 struct cil_classperms *cp = i->data;
    [all...]
cil_verify.c     [all...]
cil_binary.c 241 if (curr->flavor == CIL_CLASSPERMS) {
242 struct cil_classperms *cp = curr->data;
    [all...]
cil_resolve_ast.c 147 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args)
209 if (curr->flavor == CIL_CLASSPERMS) {
249 cil_list_init(&cp->classperms, CIL_CLASSPERMS);
720 cil_list_init(&mp->classperms, CIL_CLASSPERMS);
    [all...]
cil_build_ast.c 557 int cil_fill_classperms(struct cil_tree_node *parse_current, struct cil_classperms **cp)
590 void cil_destroy_classperms(struct cil_classperms *cp)
635 cil_list_init(cp_list, CIL_CLASSPERMS);
646 struct cil_classperms *new_cp;
651 cil_list_append(*cp_list, CIL_CLASSPERMS, new_cp);
675 if (curr->flavor == CIL_CLASSPERMS) {
    [all...]
cil_post.c     [all...]
cil_tree.c 45 void cil_tree_print_classperms(struct cil_classperms *cp);
471 void cil_tree_print_classperms(struct cil_classperms *cp)
500 if (i->flavor == CIL_CLASSPERMS) {
    [all...]
cil.c 537 case CIL_CLASSPERMS:
    [all...]

Completed in 172 milliseconds