OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avtab_node
(Results
1 - 5
of
5
) sorted by null
/system/sepolicy/tools/sepolicy-analyze/
typecmp.c
11
struct
avtab_node
*type_rules)
13
struct
avtab_node
*p, *c, *n;
41
n = malloc(sizeof(struct
avtab_node
));
57
struct
avtab_node
*type_rules = args;
109
static void free_type_rules(struct
avtab_node
*l)
111
struct
avtab_node
*tmp;
120
static int find_match(policydb_t *policydb, struct
avtab_node
*l1,
121
int idx1, struct
avtab_node
*l2, int idx2)
123
struct
avtab_node
*c;
160
struct
avtab_node
*type_rules, *l1, *l2
[
all
...]
/external/selinux/libsepol/include/sepol/policydb/
avtab.h
88
typedef struct
avtab_node
*avtab_ptr_t;
90
struct
avtab_node
{
struct
/external/selinux/checkpolicy/
checkpolicy.c
162
struct
avtab_node
*type_rules)
164
struct
avtab_node
*p, *c, *n;
184
n = malloc(sizeof(struct
avtab_node
));
199
struct
avtab_node
*type_rules = args;
215
static void free_type_rules(struct
avtab_node
*l)
217
struct
avtab_node
*tmp;
228
struct
avtab_node
*type_rules, *l1, *l2;
235
type_rules = malloc(sizeof(struct
avtab_node
) * policydb.p_types.nprim);
241
sizeof(struct
avtab_node
) * policydb.p_types.nprim);
/external/selinux/libsepol/src/
avtab.c
98
newnode = (avtab_ptr_t) malloc(sizeof(struct
avtab_node
));
101
memset(newnode, 0, sizeof(struct
avtab_node
));
hierarchy.c
267
struct
avtab_node
*new = malloc(sizeof(struct
avtab_node
));
272
memset(new, 0, sizeof(struct
avtab_node
));
Completed in 238 milliseconds