Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dhierarchy.c187 struct bounds_cond_info **cond_info, in bounds_expand_parent_rules() argument
205 *cond_info = NULL; in bounds_expand_parent_rules()
213 ci->next = *cond_info; in bounds_expand_parent_rules()
214 *cond_info = ci; in bounds_expand_parent_rules()
242 bounds_destroy_cond_info(*cond_info); in bounds_expand_parent_rules()
243 *cond_info = NULL; in bounds_expand_parent_rules()
373 struct bounds_cond_info *cond_info, in bounds_check_child_rules() argument
391 for (cur = cond_info; cur; cur = cur->next) { in bounds_check_child_rules()
418 struct bounds_cond_info *cond_info = NULL; in bounds_check_type() local
420 rc = bounds_expand_parent_rules(handle, p, &global_avtab, &cond_info, parent); in bounds_check_type()
[all …]