Home
last modified time | relevance | path

Searched refs:ebitmap (Results 1 – 18 of 18) sorted by relevance

/external/selinux/libsepol/src/
Dkernel_to_common.h109 int ebitmap_to_strs(const struct ebitmap *map, struct strs *strs, char **val_to_name);
110 char *ebitmap_to_str(const struct ebitmap *map, char **val_to_name, int sort);
Dmodule_to_cil.c740 static int ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type) in ebitmap_to_cil()
825 struct ebitmap *pos, *neg; in cil_print_attr_strs()
995 static int ebitmap_to_names(struct ebitmap *map, char **vals_to_names, char ***names, unsigned int … in ebitmap_to_names()
2127 static int class_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in class_order_to_cil()
2356 struct ebitmap roles = user->roles.roles; in user_to_cil()
2445 static int sens_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in sens_order_to_cil()
2484 static int cat_order_to_cil(int indent, struct policydb *pdb, struct ebitmap order) in cat_order_to_cil()
2512 struct ebitmap *map; in polcaps_to_cil()
2537 struct ebitmap *map = &level->cat; in level_to_cil()
3474 struct ebitmap map; in declared_scopes_to_cil()
[all …]
Dkernel_to_common.c313 int ebitmap_to_strs(const struct ebitmap *map, struct strs *strs, char **val_to_name) in ebitmap_to_strs()
332 char *ebitmap_to_str(const struct ebitmap *map, char **val_to_name, int sort) in ebitmap_to_str()
Dkernel_to_cil.c1030 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1065 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
2236 struct ebitmap *types; in write_role_decl_rules_to_cil()
2440 struct ebitmap *roles; in write_user_decl_rules_to_cil()
Dkernel_to_conf.c1030 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1057 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
1567 static char *attrmap_to_str(struct ebitmap *map, char **val_to_name) in attrmap_to_str()
/external/selinux/libsepol/tests/
Dlibsepol-tests.c69 DECLARE_SUITE(ebitmap); in do_tests()
/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h37 typedef struct ebitmap { struct
/external/selinux/libsepol/
DAndroid.bp73 "src/ebitmap.c",
/external/selinux/libsepol/cil/src/
Dcil.c1556 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap) in cil_cats_to_ebitmap()
1599 struct ebitmap elow; in cil_level_equals()
1600 struct ebitmap ehigh; in cil_level_equals()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h13513 struct ebitmap { struct
13520 struct ebitmap cat; argument
35280 struct ebitmap names;
35286 struct ebitmap types;
35287 struct ebitmap negset;
35318 struct ebitmap dominates;
35319 struct ebitmap types;
35338 struct ebitmap roles;
35401 struct ebitmap filename_trans_ttypes;
35412 struct ebitmap *type_attr_map_array;
[all …]
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h26778 struct ebitmap { struct
26811 struct ebitmap filename_trans_ttypes;
26822 struct ebitmap *type_attr_map_array;
26823 struct ebitmap policycaps;
26824 struct ebitmap permissive_map;
26861 struct ebitmap cat;
26975 struct ebitmap names;
26981 struct ebitmap types;
26982 struct ebitmap negset;
27013 struct ebitmap dominates;
[all …]
Dvmlinux.h26778 struct ebitmap { struct
26811 struct ebitmap filename_trans_ttypes;
26822 struct ebitmap *type_attr_map_array;
26823 struct ebitmap policycaps;
26824 struct ebitmap permissive_map;
26861 struct ebitmap cat;
26975 struct ebitmap names;
26981 struct ebitmap types;
26982 struct ebitmap negset;
27013 struct ebitmap dominates;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h68477 struct ebitmap { struct
68516 struct ebitmap cat;
68632 struct ebitmap names;
68638 struct ebitmap types;
68639 struct ebitmap negset;
68670 struct ebitmap dominates;
68671 struct ebitmap types;
68690 struct ebitmap roles;
68753 struct ebitmap filename_trans_ttypes;
68764 struct ebitmap *type_attr_map_array;
[all …]
Dvmlinux_518.h68477 struct ebitmap { struct
68516 struct ebitmap cat;
68632 struct ebitmap names;
68638 struct ebitmap types;
68639 struct ebitmap negset;
68670 struct ebitmap dominates;
68671 struct ebitmap types;
68690 struct ebitmap roles;
68753 struct ebitmap filename_trans_ttypes;
68764 struct ebitmap *type_attr_map_array;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h29997 struct ebitmap { struct
30004 struct ebitmap cat; argument
30079 struct ebitmap names;
30085 struct ebitmap types;
30086 struct ebitmap negset;
30121 struct ebitmap dominates;
30122 struct ebitmap types;
30142 struct ebitmap stypes;
30163 struct ebitmap roles;
30242 struct ebitmap filename_trans_ttypes;
[all …]
Dvmlinux.h29997 struct ebitmap { struct
30004 struct ebitmap cat; argument
30079 struct ebitmap names;
30085 struct ebitmap types;
30086 struct ebitmap negset;
30121 struct ebitmap dominates;
30122 struct ebitmap types;
30142 struct ebitmap stypes;
30163 struct ebitmap roles;
30242 struct ebitmap filename_trans_ttypes;
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h64616 long unsigned int ebitmap; member
Dvmlinux.h64616 long unsigned int ebitmap; member