Home | History | Annotate | Download | only in src

Lines Matching refs:perm_strs

453 void cil_tree_print_perm_strs(struct cil_list *perm_strs)
457 if (perm_strs == NULL) {
463 cil_list_for_each(curr, perm_strs) {
478 cil_log(CIL_INFO, ", perm_strs:");
479 cil_tree_print_perm_strs(cp->perm_strs);