Searched refs:condp (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/security/tomoyo/
H A Dcondition.c481 struct tomoyo_condition_element *condp = NULL; tomoyo_get_condition() local
591 if (!condp) tomoyo_get_condition()
623 if (!condp) { tomoyo_get_condition()
628 condp->left = left; tomoyo_get_condition()
629 condp->right = right; tomoyo_get_condition()
630 condp->equals = !is_not; tomoyo_get_condition()
632 __LINE__, condp->left, condp->right, tomoyo_get_condition()
633 condp->equals); tomoyo_get_condition()
634 condp++; tomoyo_get_condition()
655 condp = (struct tomoyo_condition_element *) (entry + 1); tomoyo_get_condition()
656 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); tomoyo_get_condition()
750 const struct tomoyo_condition_element *condp; tomoyo_condition() local
770 condp = (struct tomoyo_condition_element *) (cond + 1); tomoyo_condition()
771 numbers_p = (const struct tomoyo_number_union *) (condp + condc); tomoyo_condition()
777 const bool match = condp->equals; tomoyo_condition()
778 const u8 left = condp->left; tomoyo_condition()
779 const u8 right = condp->right; tomoyo_condition()
782 condp++; tomoyo_condition()
H A Dcommon.c1215 const struct tomoyo_condition_element *condp = tomoyo_print_condition() local
1216 (typeof(condp)) (cond + 1); tomoyo_print_condition()
1218 (typeof(numbers_p)) (condp + condc); tomoyo_print_condition()
1228 const u8 left = condp->left; tomoyo_print_condition()
1229 const u8 right = condp->right; tomoyo_print_condition()
1230 condp++; tomoyo_print_condition()
1252 const u8 match = condp->equals; tomoyo_print_condition()
1253 const u8 left = condp->left; tomoyo_print_condition()
1254 const u8 right = condp->right; tomoyo_print_condition()
1257 condp++; tomoyo_print_condition()
H A Dgc.c278 const struct tomoyo_condition_element *condp tomoyo_del_condition() local
281 = (struct tomoyo_number_union *) (condp + condc); tomoyo_del_condition()

Completed in 138 milliseconds