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

  /external/libsepol/src/
interfaces.c 14 ocontext_t ** iface, const sepol_iface_t * record)
17 ocontext_t *tmp_iface = NULL;
20 tmp_iface = (ocontext_t *) calloc(1, sizeof(ocontext_t));
68 ocontext_t * iface, sepol_iface_t ** record)
115 ocontext_t *c, *head;
140 ocontext_t *c, *head;
172 ocontext_t *head, *prev, *c, *iface = NULL;
224 ocontext_t *c, *head;
244 ocontext_t *c, *head
    [all...]
nodes.c 16 ocontext_t ** node, const sepol_node_t * data)
19 ocontext_t *tmp_node = NULL;
23 tmp_node = (ocontext_t *) calloc(1, sizeof(ocontext_t));
85 ocontext_t * node, int proto, sepol_node_t ** record)
152 ocontext_t *c, *head;
176 ocontext_t *c, *head;
236 ocontext_t *c, *head;
302 ocontext_t *node = NULL;
352 ocontext_t *c, *head
    [all...]
ports.c 43 ocontext_t ** port, const sepol_port_t * data)
46 ocontext_t *tmp_port = NULL;
54 tmp_port = (ocontext_t *) calloc(1, sizeof(ocontext_t));
102 ocontext_t * port, sepol_port_t ** record)
148 ocontext_t *c, *head;
168 ocontext_t *c, *head;
206 ocontext_t *c, *head;
246 ocontext_t *port = NULL;
283 ocontext_t *c, *head
    [all...]
services.c 1080 ocontext_t *c;
1122 ocontext_t *c;
1162 ocontext_t *c;
1220 ocontext_t *c;
    [all...]
policydb.c 1187 void ocontext_selinux_free(ocontext_t **ocontexts)
1189 ocontext_t *c, *ctmp;
1207 void ocontext_xen_free(ocontext_t **ocontexts)
1209 ocontext_t *c, *ctmp;
1231 ocontext_t *c, *ctmp;
1385 ocontext_t *head, *c;
    [all...]
expand.c     [all...]
write.c 1203 ocontext_t *c;
1272 ocontext_t *c
    [all...]
  /external/checkpolicy/
policy_define.c 282 ocontext_t *newc = 0, *c, *head;
295 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
300 memset(newc, 0, sizeof(ocontext_t));
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 337 } ocontext_t; typedef in typeref:struct:ocontext
538 ocontext_t *ocontexts[OCON_NUM];
  /external/checkpolicy/test/
dismod.c 415 ocontext_t *cur;

Completed in 38 milliseconds