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

  /external/selinux/libsepol/src/
ibendports.c 16 ocontext_t **ibendport,
19 ocontext_t *tmp_ibendport = NULL;
24 tmp_ibendport = (ocontext_t *)calloc(1, sizeof(ocontext_t));
73 ocontext_t *ibendport,
113 ocontext_t *c, *head;
131 ocontext_t *c, *head;
159 ocontext_t *c, *head;
194 ocontext_t *ibendport = NULL;
225 ocontext_t *c, *head
    [all...]
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...]
ibpkeys.c 17 ocontext_t **ibpkey, const sepol_ibpkey_t *data)
19 ocontext_t *tmp_ibpkey = NULL;
25 tmp_ibpkey = (ocontext_t *)calloc(1, sizeof(*tmp_ibpkey));
69 ocontext_t *ibpkey, sepol_ibpkey_t **record)
106 ocontext_t *c, *head;
124 ocontext_t *c, *head;
154 ocontext_t *c, *head;
190 ocontext_t *ibpkey = NULL;
221 ocontext_t *c, *head;
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 1408 void ocontext_selinux_free(ocontext_t **ocontexts)
1410 ocontext_t *c, *ctmp;
    [all...]
expand.c     [all...]
write.c     [all...]
  /external/selinux/checkpolicy/
policy_define.c 291 ocontext_t *newc = 0, *c, *head;
304 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
309 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 381 } ocontext_t; typedef in typeref:struct:ocontext
581 ocontext_t *ocontexts[OCON_NUM];
  /system/sepolicy/tests/
sepol_wrap.cpp 22 ocontext_t *ocon;
  /external/selinux/checkpolicy/test/
dismod.c 440 ocontext_t *cur;

Completed in 336 milliseconds