Searched refs:type_rule (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil.c2081 void cil_type_rule_init(struct cil_type_rule **type_rule) argument
2083 *type_rule = cil_malloc(sizeof(**type_rule));
2085 (*type_rule)->rule_kind = CIL_NONE;
2086 (*type_rule)->src_str = NULL;
2087 (*type_rule)->src = NULL;
2088 (*type_rule)->tgt_str = NULL;
2089 (*type_rule)->tgt = NULL;
2090 (*type_rule)->obj_str = NULL;
2091 (*type_rule)
[all...]
H A Dcil_internal.h931 void cil_type_rule_init(struct cil_type_rule **type_rule);

Completed in 84 milliseconds