Home
last modified time | relevance | path

Searched refs:class_list (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_find.c222 …c void __add_classes_from_classperms_list(struct cil_list *classperms, struct cil_list *class_list) in __add_classes_from_classperms_list() argument
230 cil_list_append(class_list, CIL_CLASS, cp->class); in __add_classes_from_classperms_list()
235 __add_classes_from_classperms_list(cmp->classperms, class_list); in __add_classes_from_classperms_list()
241 __add_classes_from_classperms_list(cp->classperms, class_list); in __add_classes_from_classperms_list()
248 struct cil_list *class_list = args; in __add_classes_from_map_perms() local
251 __add_classes_from_classperms_list(cmp->classperms, class_list); in __add_classes_from_map_perms()
258 struct cil_list *class_list; in cil_expand_class() local
260 cil_list_init(&class_list, CIL_CLASS); in cil_expand_class()
263 cil_list_append(class_list, CIL_CLASS, class); in cil_expand_class()
265 cil_symtab_map(&class->perms, __add_classes_from_map_perms, class_list); in cil_expand_class()
[all …]
Dcil_policy.c779 struct cil_list *class_list; in cil_defaults_to_policy() local
785 class_list = cil_expand_class(i2->data); in cil_defaults_to_policy()
786 cil_list_for_each(i3, class_list) { in cil_defaults_to_policy()
789 cil_list_destroy(&class_list, CIL_FALSE); in cil_defaults_to_policy()
805 struct cil_list *class_list; in cil_default_ranges_to_policy() local
811 class_list = cil_expand_class(i2->data); in cil_default_ranges_to_policy()
812 cil_list_for_each(i3, class_list) { in cil_default_ranges_to_policy()
815 cil_list_destroy(&class_list, CIL_FALSE); in cil_default_ranges_to_policy()
991 struct cil_list *class_list; in cil_validatetrans_to_policy() local
997 class_list = cil_expand_class(trans->class); in cil_validatetrans_to_policy()
[all …]
Dcil_binary.c1069 struct cil_list *class_list, in __cil_type_rule_to_avtab_helper() argument
1079 cil_list_for_each(c, class_list) { in __cil_type_rule_to_avtab_helper()
1100 struct cil_list *class_list = NULL; in __cil_type_rule_to_avtab() local
1115 class_list = cil_expand_class(cil_rule->obj); in __cil_type_rule_to_avtab()
1126 pdb, sepol_src, sepol_src, class_list, in __cil_type_rule_to_avtab()
1144 pdb, sepol_src, sepol_tgt, class_list, in __cil_type_rule_to_avtab()
1158 cil_list_destroy(&class_list, CIL_FALSE); in __cil_type_rule_to_avtab()
1170 struct cil_list *class_list, in __cil_typetransition_to_avtab_helper() argument
1179 cil_list_for_each(c, class_list) { in __cil_typetransition_to_avtab_helper()
1213 struct cil_list *class_list = NULL; in __cil_typetransition_to_avtab() local
[all …]
Dcil_resolve_ast.c1486 struct cil_ordered_list *class_list = NULL; in cil_resolve_classorder() local
1512 __cil_ordered_list_init(&class_list); in cil_resolve_classorder()
1513 class_list->list = new; in cil_resolve_classorder()
1514 class_list->node = current; in cil_resolve_classorder()
1516 cil_list_append(unordered_classorder_list, CIL_CLASSORDER, class_list); in cil_resolve_classorder()
1518 cil_list_append(classorder_list, CIL_CLASSORDER, class_list); in cil_resolve_classorder()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dndis_events.c420 const char *class_list[] = { in register_async_notification() local
429 for (i = 0; class_list[i]; i++) { in register_async_notification()
430 if (notification_query(pDestSink, pSvc, class_list[i]) < 0) in register_async_notification()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dndis_events.c420 const char *class_list[] = { in register_async_notification() local
429 for (i = 0; class_list[i]; i++) { in register_async_notification()
430 if (notification_query(pDestSink, pSvc, class_list[i]) < 0) in register_async_notification()