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_post.c 262 struct cil_portcon *aportcon = *(struct cil_portcon**)a;
263 struct cil_portcon *bportcon = *(struct cil_portcon**)b;
471 struct cil_portcon *a_portcon = *(struct cil_portcon**)a;
472 struct cil_portcon *b_portcon = *(struct cil_portcon**)b;
631 case CIL_PORTCON:
787 case CIL_PORTCON:
    [all...]
cil_internal.h 754 struct cil_portcon { struct
1032 void cil_portcon_init(struct cil_portcon **portcon);
cil_reset_ast.c 298 static void cil_reset_portcon(struct cil_portcon *portcon)
512 case CIL_PORTCON:
cil_build_ast.h 183 void cil_destroy_portcon(struct cil_portcon *portcon);
cil_binary.c 3262 struct cil_portcon *cil_portcon = portcons->array[i]; local
    [all...]
cil_copy_ast.c 1254 struct cil_portcon *orig = data;
1255 struct cil_portcon *new = NULL;
    [all...]
cil_verify.c 1126 struct cil_portcon *port = node->data;
    [all...]
cil_tree.c     [all...]
cil.c 740 case CIL_PORTCON:
1116 case CIL_PORTCON:
    [all...]
cil_policy.c     [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]

Completed in 2505 milliseconds