Lines Matching refs:j
105 u16 i, j; in selinux_set_mapping() local
122 j = 0; in selinux_set_mapping()
123 while (map[j].name) { in selinux_set_mapping()
124 struct security_class_mapping *p_in = map + (j++); in selinux_set_mapping()
125 struct selinux_mapping *p_out = out_map->mapping + j; in selinux_set_mapping()
627 unsigned int i, j; in context_struct_compute_av() local
654 ebitmap_for_each_positive_bit(tattr, tnode, j) { in context_struct_compute_av()
656 avkey.target_type = j + 1; in context_struct_compute_av()
1013 unsigned int i, j; in security_compute_xperms_decision() local
1060 ebitmap_for_each_positive_bit(tattr, tnode, j) { in security_compute_xperms_decision()
1062 avkey.target_type = j + 1; in security_compute_xperms_decision()
2610 int rc = 0, i, j; in security_get_user_sids() local
2645 ebitmap_for_each_positive_bit(&role->types, tnode, j) { in security_get_user_sids()
2646 usercon.type = j + 1; in security_get_user_sids()
2689 for (i = 0, j = 0; i < mynel; i++) { in security_get_user_sids()
2697 mysids2[j++] = mysids[i]; in security_get_user_sids()
2703 *nel = j; in security_get_user_sids()