Home
last modified time | relevance | path

Searched refs:numbers_p (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/security/tomoyo/
Dcondition.c482 struct tomoyo_number_union *numbers_p = NULL; in tomoyo_get_condition() local
579 if (!numbers_p) { in tomoyo_get_condition()
587 numbers_p++)) in tomoyo_get_condition()
611 if (!numbers_p) { in tomoyo_get_condition()
618 numbers_p++)) in tomoyo_get_condition()
656 numbers_p = (struct tomoyo_number_union *) (condp + e.condc); in tomoyo_get_condition()
657 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition()
751 const struct tomoyo_number_union *numbers_p; in tomoyo_condition() local
771 numbers_p = (const struct tomoyo_number_union *) (condp + condc); in tomoyo_condition()
773 (numbers_p + cond->numbers_count); in tomoyo_condition()
[all …]
Dgc.c280 struct tomoyo_number_union *numbers_p in tomoyo_del_condition() local
283 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition()
289 tomoyo_put_number_union(numbers_p++); in tomoyo_del_condition()
Dcommon.c1229 const struct tomoyo_number_union *numbers_p = in tomoyo_print_condition() local
1230 (typeof(numbers_p)) (condp + condc); in tomoyo_print_condition()
1233 (numbers_p + cond->numbers_count); in tomoyo_print_condition()
1251 numbers_p++; in tomoyo_print_condition()
1259 numbers_p++; in tomoyo_print_condition()
1303 (head, numbers_p++); in tomoyo_print_condition()
1318 (head, numbers_p++); in tomoyo_print_condition()