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

/linux-master/security/tomoyo/
H A Dcondition.c498 struct tomoyo_condition_element *condp = NULL; local
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
771 const struct tomoyo_condition_element *condp; local
[all...]
H A Dgc.c287 const struct tomoyo_condition_element *condp local
290 = (struct tomoyo_number_union *) (condp + condc);
H A Dcommon.c1239 const struct tomoyo_condition_element *condp = local
1240 (typeof(condp)) (cond + 1);
1242 (typeof(numbers_p)) (condp + condc);
1253 const u8 left = condp->left;
1254 const u8 right = condp->right;
1256 condp++;
1278 const u8 match = condp->equals;
1279 const u8 left = condp->left;
1280 const u8 right = condp->right;
1284 condp
[all...]

Completed in 131 milliseconds