Searched refs:ebitmap (Results 1 – 8 of 8) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | kernel_to_common.h | 111 int ebitmap_to_strs(struct ebitmap *map, struct strs *strs, char **val_to_name); 112 char *ebitmap_to_str(struct ebitmap *map, char **val_to_name, int sort);
|
D | module_to_cil.c | 732 static int ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type) in ebitmap_to_cil() 817 struct ebitmap *pos, *neg; in cil_print_attr_strs() 987 static int ebitmap_to_names(struct ebitmap *map, char **vals_to_names, char ***names, unsigned int … in ebitmap_to_names() 2078 static int class_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in class_order_to_cil() 2307 struct ebitmap roles = user->roles.roles; in user_to_cil() 2396 static int sens_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in sens_order_to_cil() 2435 static int cat_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in cat_order_to_cil() 2463 struct ebitmap *map; in polcaps_to_cil() 2488 struct ebitmap *map = &level->cat; in level_to_cil() 3394 struct ebitmap map; in declared_scopes_to_cil() [all …]
|
D | kernel_to_common.c | 357 int ebitmap_to_strs(struct ebitmap *map, struct strs *strs, char **val_to_name) in ebitmap_to_strs() 373 char *ebitmap_to_str(struct ebitmap *map, char **val_to_name, int sort) in ebitmap_to_str()
|
D | kernel_to_cil.c | 998 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len() 1033 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str() 2172 struct ebitmap *types; in write_role_decl_rules_to_cil() 2376 struct ebitmap *roles; in write_user_decl_rules_to_cil()
|
D | kernel_to_conf.c | 997 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len() 1024 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str() 1535 static char *attrmap_to_str(struct ebitmap *map, char **val_to_name) in attrmap_to_str()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 37 typedef struct ebitmap { struct
|
/third_party/selinux/ |
D | BUILD.gn | 75 "$LIBSEPOL_ROOT_DIR/src/ebitmap.c",
|
/third_party/selinux/libsepol/cil/src/ |
D | cil.c | 1469 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap) in cil_cats_to_ebitmap() 1512 struct ebitmap elow; in cil_level_equals() 1513 struct ebitmap ehigh; in cil_level_equals()
|