Home
last modified time | relevance | path

Searched refs:perm_strs (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_tree.c453 void cil_tree_print_perm_strs(struct cil_list *perm_strs) in cil_tree_print_perm_strs() argument
457 if (perm_strs == NULL) { in cil_tree_print_perm_strs()
463 cil_list_for_each(curr, perm_strs) { in cil_tree_print_perm_strs()
479 cil_tree_print_perm_strs(cp->perm_strs); in cil_tree_print_classperms()
Dcil_build_ast.h58 int cil_fill_perms(struct cil_tree_node *start_perm, struct cil_list **perm_strs);
Dcil_internal.h373 struct cil_list *perm_strs; member
Dcil_resolve_ast.c109 …perms(symtab_t *class_symtab, symtab_t *common_symtab, struct cil_list *perm_strs, struct cil_list… in __cil_resolve_perms() argument
114 cil_list_init(perm_datums, perm_strs->flavor); in __cil_resolve_perms()
116 cil_list_for_each(curr, perm_strs) { in __cil_resolve_perms()
169 rc = __cil_resolve_perms(&class->perms, common_symtab, cp->perm_strs, &cp->perms); in cil_resolve_classperms()
Dcil_copy_ast.c185 cil_copy_list(orig->perm_strs, &((*new)->perm_strs)); in cil_copy_classperms()
Dcil.c2366 (*cp)->perm_strs = NULL; in cil_classperms_init()
Dcil_build_ast.c599 rc = cil_fill_perms(parse_current->next, &(*cp)->perm_strs); in cil_fill_classperms()
619 cil_list_destroy(&cp->perm_strs, CIL_TRUE); in cil_destroy_classperms()