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

  /external/selinux/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;
139 ocontext_t *c, *head;
171 ocontext_t *head, *prev, *c, *iface = NULL;
223 ocontext_t *c, *head;
242 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;
175 ocontext_t *c, *head;
235 ocontext_t *c, *head;
302 ocontext_t *node = NULL;
352 ocontext_t *c, *head
    [all...]
ports.c 50 ocontext_t ** port, const sepol_port_t * data)
53 ocontext_t *tmp_port = NULL;
61 tmp_port = (ocontext_t *) calloc(1, sizeof(ocontext_t));
109 ocontext_t * port, sepol_port_t ** record)
155 ocontext_t *c, *head;
174 ocontext_t *c, *head;
212 ocontext_t *c, *head;
252 ocontext_t *port = NULL;
289 ocontext_t *c, *head
    [all...]
services.c     [all...]
policydb.c 1370 void ocontext_selinux_free(ocontext_t **ocontexts)
1372 ocontext_t *c, *ctmp;
1390 void ocontext_xen_free(ocontext_t **ocontexts)
1392 ocontext_t *c, *ctmp;
1414 ocontext_t *c, *ctmp;
    [all...]
expand.c     [all...]
write.c     [all...]
  /external/selinux/checkpolicy/
policy_define.c 290 ocontext_t *newc = 0, *c, *head;
303 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
308 memset(newc, 0, sizeof(ocontext_t));
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 230 static ocontext_t *cil_add_ocontext(ocontext_t **head, ocontext_t **tail)
232 ocontext_t *new = cil_malloc(sizeof(ocontext_t));
233 memset(new, 0, sizeof(ocontext_t));
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 369 } ocontext_t; typedef in typeref:struct:ocontext
568 ocontext_t *ocontexts[OCON_NUM];
  /external/selinux/checkpolicy/test/
dismod.c 415 ocontext_t *cur;

Completed in 361 milliseconds