Searched refs:names_count (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | condition.c | 362 a->names_count == b->names_count && in tomoyo_same_condition() 617 e.names_count++; in tomoyo_get_condition() 619 e.names_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() 666 + e.names_count * sizeof(struct tomoyo_name_union) in tomoyo_get_condition() 677 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition() 796 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
|
H A D | gc.c | 283 const u16 names_count = cond->names_count; in tomoyo_del_condition() local 294 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition() 300 for (i = 0; i < names_count; i++) in tomoyo_del_condition()
|
H A D | common.h | 657 u16 names_count; /* Number of "struct tomoyo_name_union names". */ member 665 * struct tomoyo_name_union names[names_count];
|
H A D | common.c | 1255 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | condition.c | 362 a->names_count == b->names_count && in tomoyo_same_condition() 617 e.names_count++; in tomoyo_get_condition() 619 e.names_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() 666 + e.names_count * sizeof(struct tomoyo_name_union) in tomoyo_get_condition() 677 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition() 796 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
|
H A D | gc.c | 283 const u16 names_count = cond->names_count; in tomoyo_del_condition() local 294 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition() 300 for (i = 0; i < names_count; i++) in tomoyo_del_condition()
|
H A D | common.h | 657 u16 names_count; /* Number of "struct tomoyo_name_union names". */ member 665 * struct tomoyo_name_union names[names_count];
|
H A D | common.c | 1247 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()
|
Completed in 16 milliseconds