OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
201
struct bounds_cond_info **
cond_info
,
219
*
cond_info
= NULL;
227
ci->next = *
cond_info
;
228
*
cond_info
= ci;
256
bounds_destroy_cond_info(*
cond_info
);
257
*
cond_info
= NULL;
413
struct bounds_cond_info *
cond_info
,
431
for (cur =
cond_info
; cur; cur = cur->next) {
458
struct bounds_cond_info *
cond_info
= NULL;
local
460
rc = bounds_expand_parent_rules(handle, p, &global_avtab, &
cond_info
, parent)
[
all
...]
Completed in 467 milliseconds