Searched refs:cond_info (Results 1 – 4 of 4) sorted by relevance
39 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 …]
35 struct cond_info;48 struct cond_info* DRD_(cond_get)(const Addr cond);
78 struct cond_info struct149 struct cond_info cond;
201 struct bounds_cond_info **cond_info, in bounds_expand_parent_rules() argument219 *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() argument431 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() local460 rc = bounds_expand_parent_rules(handle, p, &global_avtab, &cond_info, parent); in bounds_check_type()[all …]