Searched refs:CIL_CLASSPERMS (Results 1 - 11 of 11) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_flavor.h61 CIL_CLASSPERMS, enumerator in enum:cil_flavor
H A Dcil_reset_ast.c72 if (curr->flavor == CIL_CLASSPERMS) { /* KERNEL or MAP */
H A Dcil_copy_ast.c204 if (orig_item->flavor == CIL_CLASSPERMS) {
207 cil_list_append(*new, CIL_CLASSPERMS, cp);
H A Dcil_policy.c510 if (curr->flavor == CIL_CLASSPERMS) {
551 if (i->flavor == CIL_CLASSPERMS) {
H A Dcil_verify.c1443 if (curr->flavor == CIL_CLASSPERMS) {
H A Dcil_binary.c241 if (curr->flavor == CIL_CLASSPERMS) {
1465 if (curr->flavor == CIL_CLASSPERMS) {
2331 if (curr->flavor == CIL_CLASSPERMS) {
H A Dcil_resolve_ast.c209 if (curr->flavor == CIL_CLASSPERMS) {
249 cil_list_init(&cp->classperms, CIL_CLASSPERMS);
720 cil_list_init(&mp->classperms, CIL_CLASSPERMS);
H A Dcil_build_ast.c635 cil_list_init(cp_list, CIL_CLASSPERMS);
651 cil_list_append(*cp_list, CIL_CLASSPERMS, new_cp);
675 if (curr->flavor == CIL_CLASSPERMS) {
H A Dcil_post.c1455 if (curr->flavor == CIL_CLASSPERMS) {
H A Dcil_tree.c500 if (i->flavor == CIL_CLASSPERMS) {
H A Dcil.c537 case CIL_CLASSPERMS:

Completed in 85 milliseconds