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

  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 207 struct cil_portcon *aportcon;
210 struct cil_portcon *bportcon;
224 struct cil_portcon *aportcon;
227 struct cil_portcon *bportcon;
241 struct cil_portcon *aportcon;
244 struct cil_portcon *bportcon;
258 struct cil_portcon *aportcon;
261 struct cil_portcon *bportcon;
275 struct cil_portcon *aportcon;
278 struct cil_portcon *bportcon
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 731 struct cil_portcon { struct
1000 void cil_portcon_init(struct cil_portcon **portcon);
cil_reset_ast.c 291 static void cil_reset_portcon(struct cil_portcon *portcon)
492 case CIL_PORTCON:
cil_post.c 160 struct cil_portcon *aportcon = *(struct cil_portcon**)a;
161 struct cil_portcon *bportcon = *(struct cil_portcon**)b;
404 case CIL_PORTCON:
538 case CIL_PORTCON: {
    [all...]
cil_build_ast.h 177 void cil_destroy_portcon(struct cil_portcon *portcon);
cil_binary.c 3210 struct cil_portcon *cil_portcon = portcons->array[i]; local
    [all...]
cil_copy_ast.c 1186 struct cil_portcon *orig = data;
1187 struct cil_portcon *new = NULL;
    [all...]
cil_verify.c 1086 struct cil_portcon *port = node->data;
    [all...]
cil_tree.c     [all...]
cil.c 727 case CIL_PORTCON:
1094 case CIL_PORTCON:
    [all...]
cil_policy.c     [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 394 milliseconds