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

  /external/selinux/libsepol/include/sepol/policydb/
constraint.h 71 } constraint_node_t; typedef in typeref:struct:constraint_node
policydb.h 118 constraint_node_t *constraints; /* constraints on class permissions */
119 constraint_node_t *validatetrans; /* special transition rules */
  /external/selinux/libsepol/src/
services.c 291 constraint_node_t *constraint,
390 constraint_node_t *constraint,
902 constraint_node_t *constraint;
1029 constraint_node_t *constraint;
1082 constraint_node_t *constraint;
    [all...]
expand.c 285 static int constraint_node_clone(constraint_node_t ** dst,
286 constraint_node_t * src,
289 constraint_node_t *new_con = NULL, *last_new_con = NULL;
295 (constraint_node_t *) malloc(sizeof(constraint_node_t));
299 memset(new_con, 0, sizeof(constraint_node_t));
    [all...]
write.c 912 constraint_node_t * node, int allowxtarget,
915 constraint_node_t *c;
965 constraint_node_t *c;
    [all...]
policydb.c 1287 constraint_node_t *constraint, *ctemp;
    [all...]