Searched refs:condp (Results 1 – 3 of 3) sorted by relevance
481 struct tomoyo_condition_element *condp = NULL; in tomoyo_get_condition() local591 if (!condp) in tomoyo_get_condition()623 if (!condp) { in tomoyo_get_condition()628 condp->left = left; in tomoyo_get_condition()629 condp->right = right; in tomoyo_get_condition()630 condp->equals = !is_not; in tomoyo_get_condition()632 __LINE__, condp->left, condp->right, in tomoyo_get_condition()633 condp->equals); in tomoyo_get_condition()634 condp++; in tomoyo_get_condition()655 condp = (struct tomoyo_condition_element *) (entry + 1); in tomoyo_get_condition()[all …]
1215 const struct tomoyo_condition_element *condp = in tomoyo_print_condition() local1216 (typeof(condp)) (cond + 1); in tomoyo_print_condition()1218 (typeof(numbers_p)) (condp + condc); in tomoyo_print_condition()1228 const u8 left = condp->left; in tomoyo_print_condition()1229 const u8 right = condp->right; in tomoyo_print_condition()1230 condp++; in tomoyo_print_condition()1252 const u8 match = condp->equals; in tomoyo_print_condition()1253 const u8 left = condp->left; in tomoyo_print_condition()1254 const u8 right = condp->right; in tomoyo_print_condition()1257 condp++; in tomoyo_print_condition()
278 const struct tomoyo_condition_element *condp in tomoyo_del_condition() local281 = (struct tomoyo_number_union *) (condp + condc); in tomoyo_del_condition()