Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dcondition.c362 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 Dgc.c283 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 Dcommon.h657 u16 names_count; /* Number of "struct tomoyo_name_union names". */ member
H A Dcommon.c1247 (typeof(argv)) (names_p + cond->names_count); in tomoyo_print_condition()