Lines Matching refs:condp
498 struct tomoyo_condition_element *condp = NULL;
610 if (!condp)
642 if (!condp) {
647 condp->left = left;
648 condp->right = right;
649 condp->equals = !is_not;
651 __LINE__, condp->left, condp->right,
652 condp->equals);
653 condp++;
674 condp = (struct tomoyo_condition_element *) (entry + 1);
675 numbers_p = (struct tomoyo_number_union *) (condp + e.condc);
771 const struct tomoyo_condition_element *condp;
792 condp = (struct tomoyo_condition_element *) (cond + 1);
793 numbers_p = (const struct tomoyo_number_union *) (condp + condc);
799 const bool match = condp->equals;
800 const u8 left = condp->left;
801 const u8 right = condp->right;
805 condp++;