Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_cond.c39 static void DRD_(cond_cleanup)(struct cond_info* p);
61 void DRD_(cond_initialize)(struct cond_info* const p, const Addr cond) in DRD_()
77 static void DRD_(cond_cleanup)(struct cond_info* p) in DRD_()
118 static struct cond_info* cond_get_or_allocate(const Addr cond) in cond_get_or_allocate()
120 struct cond_info *p; in cond_get_or_allocate()
138 struct cond_info* DRD_(cond_get)(const Addr cond) in DRD_()
147 struct cond_info* p; in DRD_()
170 struct cond_info* p; in DRD_()
209 struct cond_info* p; in DRD_()
271 struct cond_info* p; in DRD_()
[all …]
Ddrd_cond.h35 struct cond_info;
48 struct cond_info* DRD_(cond_get)(const Addr cond);
Ddrd_clientobj.h78 struct cond_info struct
149 struct cond_info cond;
/external/selinux/libsepol/src/
Dhierarchy.c201 struct bounds_cond_info **cond_info, in bounds_expand_parent_rules() argument
219 *cond_info = NULL; in bounds_expand_parent_rules()
227 ci->next = *cond_info; in bounds_expand_parent_rules()
228 *cond_info = ci; in bounds_expand_parent_rules()
256 bounds_destroy_cond_info(*cond_info); in bounds_expand_parent_rules()
257 *cond_info = NULL; in bounds_expand_parent_rules()
413 struct bounds_cond_info *cond_info, in bounds_check_child_rules() argument
431 for (cur = cond_info; cur; cur = cur->next) { in bounds_check_child_rules()
458 struct bounds_cond_info *cond_info = NULL; in bounds_check_type() local
460 rc = bounds_expand_parent_rules(handle, p, &global_avtab, &cond_info, parent); in bounds_check_type()
[all …]