Lines Matching refs:steps
770 int steps = 0;
781 if (steps == limit) {
782 steps = 0;
788 steps++;
821 int steps = 0;
832 if (steps == limit) {
833 steps = 0;
839 steps++;
852 int steps = 0;
863 if (steps == limit) {
864 steps = 0;
870 steps++;
1708 unsigned steps, unsigned limit)
1722 if (steps > 0 && orig == cur) {
1730 steps++;
1731 if (steps > limit) {
1732 steps = 1;
1746 rc = __cil_verify_classperms(cmp->classperms, orig, &cp->class->datum, &cmp->datum, CIL_MAP_PERM, steps, limit);
1761 rc = __cil_verify_classperms(cmp->classperms, orig, &cp->class->datum, &cmp->datum, CIL_MAP_PERM, steps, limit);
1775 rc = __cil_verify_classperms(cp->classperms, orig, NULL, &cp->datum, CIL_CLASSPERMISSION, steps, limit);