Lines Matching refs:i
79 int i; in tomoyo_name_used_by_io_buffer() local
83 for (i = 0; i < TOMOYO_MAX_IO_READ_QUEUE; i++) { in tomoyo_name_used_by_io_buffer()
84 const char *w = head->r.w[i]; in tomoyo_name_used_by_io_buffer()
278 unsigned int i; in tomoyo_del_condition() local
289 for (i = 0; i < numbers_count; i++) in tomoyo_del_condition()
291 for (i = 0; i < names_count; i++) in tomoyo_del_condition()
293 for (i = 0; i < argc; argv++, i++) in tomoyo_del_condition()
295 for (i = 0; i < envc; envp++, i++) { in tomoyo_del_condition()
513 int i; in tomoyo_collect_entry() local
531 for (i = 0; i < TOMOYO_MAX_ACL_GROUPS; i++) in tomoyo_collect_entry()
532 tomoyo_collect_acl(&ns->acl_group[i]); in tomoyo_collect_entry()
546 for (i = 0; i < TOMOYO_MAX_GROUP; i++) { in tomoyo_collect_entry()
547 struct list_head *list = &ns->group_list[i]; in tomoyo_collect_entry()
550 switch (i) { in tomoyo_collect_entry()
573 for (i = 0; i < TOMOYO_MAX_HASH; i++) { in tomoyo_collect_entry()
574 struct list_head *list = &tomoyo_name_list[i]; in tomoyo_collect_entry()