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

  /external/selinux/checkpolicy/
checkpolicy.h 4 #include <sepol/policydb/ebitmap.h>
  /external/selinux/libsepol/include/sepol/policydb/
constraint.h 22 #include <sepol/policydb/ebitmap.h>
ebitmap.h 37 typedef struct ebitmap { struct
mls_types.h 35 #include <sepol/policydb/ebitmap.h>
context.h 22 #include <sepol/policydb/ebitmap.h>
  /external/selinux/libsepol/src/
kernel_to_common.h 105 int ebitmap_to_strs(struct ebitmap *map, struct strs *strs, char **val_to_name);
106 char *ebitmap_to_str(struct ebitmap *map, char **val_to_name, int sort);
kernel_to_common.c 14 #include <sepol/policydb/ebitmap.h>
351 int ebitmap_to_strs(struct ebitmap *map, struct strs *strs, char **val_to_name)
369 char *ebitmap_to_str(struct ebitmap *map, char **val_to_name, int sort)
module_to_cil.c 718 static int ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type)
806 struct ebitmap *pos, *neg;
982 static int ebitmap_to_names(struct ebitmap *map, char **vals_to_names, char ***names, int *num_names)
    [all...]
ebitmap.c 12 #include <sepol/policydb/ebitmap.h>
383 ("security: ebitmap: map size %d does not match my size %zu (high bit was %d)\n",
393 ("security: ebitmap: high bit (%d) is not a multiple of the map size (%zu)\n",
405 printf("security: ebitmap: truncated map\n");
410 printf("security: ebitmap: out of memory\n");
420 ("security: ebitmap start bit (%d) is not a multiple of the map size (%zu)\n",
426 ("security: ebitmap start bit (%d) is beyond the end of the bitmap (%zu)\n",
432 printf("security: ebitmap: truncated map\n");
439 ("security: ebitmap: null map in ebitmap (startbit %d)\n"
    [all...]
kernel_to_cil.c 972 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name)
1010 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name)
    [all...]
kernel_to_conf.c 957 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name)
987 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name)
1479 static char *attrmap_to_str(struct ebitmap *map, char **val_to_name)
    [all...]
write.c 38 #include <sepol/policydb/ebitmap.h>
1106 * ebitmap instead.
    [all...]
  /external/selinux/mcstrans/src/
mls_level.c 3 #include <sepol/policydb/ebitmap.h>
  /external/selinux/libsepol/cil/src/
cil_find.c 30 #include <sepol/policydb/ebitmap.h>
cil.c     [all...]

Completed in 1102 milliseconds