Searched refs:numbers_count (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | condition.c | 361 a->numbers_count == b->numbers_count && in tomoyo_same_condition() 599 e.numbers_count++; in tomoyo_get_condition() 601 e.numbers_count--; in tomoyo_get_condition() 631 e.numbers_count++; in tomoyo_get_condition() 633 e.numbers_count--; in tomoyo_get_condition() 656 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition() 659 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition() 665 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition() 676 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition() [all...] |
H A D | gc.c | 282 const u16 numbers_count = cond->numbers_count; in tomoyo_del_condition() local 292 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition() 298 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
|
H A D | common.h | 656 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */ member 664 * struct tomoyo_number_union values[numbers_count];
|
H A D | common.c | 1253 (numbers_p + cond->numbers_count); in tomoyo_print_condition()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | condition.c | 361 a->numbers_count == b->numbers_count && in tomoyo_same_condition() 599 e.numbers_count++; in tomoyo_get_condition() 601 e.numbers_count--; in tomoyo_get_condition() 631 e.numbers_count++; in tomoyo_get_condition() 633 e.numbers_count--; in tomoyo_get_condition() 656 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition() 659 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition() 665 + e.numbers_count * sizeof(struct tomoyo_number_union) in tomoyo_get_condition() 676 names_p = (struct tomoyo_name_union *) (numbers_p + e.numbers_count); in tomoyo_get_condition() [all...] |
H A D | gc.c | 282 const u16 numbers_count = cond->numbers_count; in tomoyo_del_condition() local 292 = (struct tomoyo_name_union *) (numbers_p + numbers_count); in tomoyo_del_condition() 298 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
|
H A D | common.h | 656 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */ member 664 * struct tomoyo_number_union values[numbers_count];
|
H A D | common.c | 1245 (numbers_p + cond->numbers_count); in tomoyo_print_condition()
|
Completed in 15 milliseconds