OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avtab_node
(Results
1 - 3
of
3
) sorted by null
/external/libsepol/include/sepol/policydb/
avtab.h
68
typedef struct
avtab_node
*avtab_ptr_t;
70
struct
avtab_node
{
struct
/external/checkpolicy/
checkpolicy.c
161
struct
avtab_node
*type_rules)
163
struct
avtab_node
*p, *c, *n;
183
n = malloc(sizeof(struct
avtab_node
));
198
struct
avtab_node
*type_rules = args;
214
static void free_type_rules(struct
avtab_node
*l)
216
struct
avtab_node
*tmp;
227
struct
avtab_node
*type_rules, *l1, *l2;
234
type_rules = malloc(sizeof(struct
avtab_node
) * policydb.p_types.nprim);
240
sizeof(struct
avtab_node
) * policydb.p_types.nprim);
/external/libsepol/src/
avtab.c
63
newnode = (avtab_ptr_t) malloc(sizeof(struct
avtab_node
));
66
memset(newnode, 0, sizeof(struct
avtab_node
));
Completed in 45 milliseconds