Home
last modified time | relevance | path

Searched refs:names_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/security/tomoyo/
Dcondition.c349 a->names_count == b->names_count && in tomoyo_same_condition()
598 e.names_count++; in tomoyo_get_condition()
600 e.names_count--; in tomoyo_get_condition()
637 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
640 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition()
647 + e.names_count * sizeof(struct tomoyo_name_union) in tomoyo_get_condition()
658 argv = (struct tomoyo_argv *) (names_p + e.names_count); in tomoyo_get_condition()
774 argv = (const struct tomoyo_argv *) (names_p + cond->names_count); in tomoyo_condition()
Dgc.c274 const u16 names_count = cond->names_count; in tomoyo_del_condition() local
285 = (const struct tomoyo_argv *) (names_p + names_count); in tomoyo_del_condition()
290 for (i = 0; i < names_count; i++) in tomoyo_del_condition()
Dcommon.h653 u16 names_count; /* Number of "struct tomoyo_name_union names". */ member
Dcommon.c1223 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()