Lines Matching refs:i
79 int i; in tomoyo_name_used_by_io_buffer() local
84 for (i = 0; i < TOMOYO_MAX_IO_READ_QUEUE; i++) { in tomoyo_name_used_by_io_buffer()
85 const char *w = head->r.w[i]; in tomoyo_name_used_by_io_buffer()
286 unsigned int i; in tomoyo_del_condition() local
298 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
300 for (i = 0; i < names_count; i++) in tomoyo_del_condition()
302 for (i = 0; i < argc; argv++, i++) in tomoyo_del_condition()
304 for (i = 0; i < envc; envp++, i++) { in tomoyo_del_condition()
526 int i; in tomoyo_collect_entry() local
546 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_collect_entry()
547 tomoyo_collect_acl(&ns->acl_group[i]); in tomoyo_collect_entry()
562 for (i = 0; i < TOMOYO_MAX_GROUP; i++) { in tomoyo_collect_entry()
563 struct list_head *list = &ns->group_list[i]; in tomoyo_collect_entry()
567 switch (i) { in tomoyo_collect_entry()
590 for (i = 0; i < TOMOYO_MAX_HASH; i++) { in tomoyo_collect_entry()
591 struct list_head *list = &tomoyo_name_list[i]; in tomoyo_collect_entry()