Searched refs:l2 (Results 1 – 10 of 10) sorted by relevance
121 int idx1, struct avtab_node *l2, int idx2) in find_match() argument126 for (c = l2; c; c = c->next) { in find_match()160 struct avtab_node *type_rules, *l1, *l2; in analyze_types() local227 for (l1 = type_rules[i].next, l2 = type_rules[j].next; in analyze_types()228 l1 && l2; l1 = l1->next, l2 = l2->next) { in analyze_types()229 if (l1->key.source_type != l2->key.source_type) in analyze_types()231 if (l1->key.target_type != l2->key.target_type) in analyze_types()233 if (l1->key.target_class != l2->key.target_class in analyze_types()234 || l1->datum.data != l2->datum.data) in analyze_types()237 if (l1 || l2) { in analyze_types()[all …]
11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);15 (l1 dom l2 or t1 == mlstrustedsubject);19 (l1 eq l2 or t1 == mlstrustedsubject);28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));58 ( (t2 != app_data_file and t2 != privapp_data_file ) or l1 dom l2 or t1 == mlstrustedsubject);60 …( (t2 != app_data_file and t2 != privapp_data_file and t2 != appdomain_tmpfs) or l1 dom l2 or t1 =…63 ( (t2 != app_data_file) or l1 eq l2 or t1 == mlstrustedsubject);[all …]
11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);15 (l1 dom l2 or t1 == mlstrustedsubject);19 (l1 eq l2 or t1 == mlstrustedsubject);28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);60 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);69 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);[all …]
11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);15 (l1 dom l2 or t1 == mlstrustedsubject);19 (l1 eq l2 or t1 == mlstrustedsubject);28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));58 (t2 != app_data_file or l1 dom l2 or t1 == mlstrustedsubject);60 (t2 != app_data_file or l1 dom l2 or t1 == mlstrustedsubject);69 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);[all …]
11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);15 (l1 dom l2 or t1 == mlstrustedsubject);19 (l1 eq l2 or t1 == mlstrustedsubject);28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));55 (l1 eq l2);65 (t2 != app_data_file_type or l1 dom l2 or t1 == mlstrustedsubject);67 … ( (t2 != app_data_file_type and t2 != appdomain_tmpfs) or l1 dom l2 or t1 == mlstrustedsubject);[all …]
1 mlsconstrain binder { set_context_mgr } (l1 eq l2);
439 [](const LibRecord& l1, const LibRecord& l2) { return l1.pss() > l2.pss(); }); in main() argument