HomeSort by relevance Sort by last modified time
    Searched refs:cond_info (Results 1 - 4 of 4) sorted by null

  /external/valgrind/drd/
drd_cond.h 35 struct cond_info;
48 struct cond_info* DRD_(cond_get)(const Addr cond);
drd_cond.c 39 static void DRD_(cond_cleanup)(struct cond_info* p);
61 void DRD_(cond_initialize)(struct cond_info* const p, const Addr cond)
77 static void DRD_(cond_cleanup)(struct cond_info* p)
118 static struct cond_info* cond_get_or_allocate(const Addr cond)
120 struct cond_info *p;
138 struct cond_info* DRD_(cond_get)(const Addr cond)
147 struct cond_info* p;
170 struct cond_info* p;
209 struct cond_info* p;
271 struct cond_info* p
    [all...]
drd_clientobj.h 78 struct cond_info struct
149 struct cond_info cond;
  /external/selinux/libsepol/src/
hierarchy.c 189 struct bounds_cond_info **cond_info,
207 *cond_info = NULL;
215 ci->next = *cond_info;
216 *cond_info = ci;
244 bounds_destroy_cond_info(*cond_info);
245 *cond_info = NULL;
377 struct bounds_cond_info *cond_info,
395 for (cur = cond_info; cur; cur = cur->next) {
422 struct bounds_cond_info *cond_info = NULL; local
424 rc = bounds_expand_parent_rules(handle, p, &global_avtab, &cond_info, parent)
    [all...]

Completed in 83 milliseconds