Searched refs:ebitmap (Results 1 – 9 of 9) sorted by relevance
| /xen/xen/xsm/flask/ss/ |
| A D | ebitmap.h | 33 struct ebitmap { struct 41 static inline unsigned int ebitmap_start_positive(struct ebitmap *e, in ebitmap_start_positive() argument 55 static inline void ebitmap_init(struct ebitmap *e) in ebitmap_init() 60 static inline unsigned int ebitmap_next_positive(struct ebitmap *e, in ebitmap_next_positive() 121 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2); 122 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src); 123 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2); 124 int ebitmap_get_bit(struct ebitmap *e, unsigned long bit); 125 int ebitmap_set_bit(struct ebitmap *e, unsigned long bit, int value); 126 void ebitmap_destroy(struct ebitmap *e); [all …]
|
| A D | ebitmap.c | 22 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_cmp() 44 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src) in ebitmap_cpy() 74 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_contains() 107 int ebitmap_get_bit(struct ebitmap *e, unsigned long bit) in ebitmap_get_bit() 125 int ebitmap_set_bit(struct ebitmap *e, unsigned long bit, int value) in ebitmap_set_bit() 203 void ebitmap_destroy(struct ebitmap *e) in ebitmap_destroy() 223 int ebitmap_read(struct ebitmap *e, void *fp) in ebitmap_read()
|
| A D | policydb.h | 67 struct ebitmap dominates; /* set of roles dominated by this role */ 68 struct ebitmap types; /* set of authorized types for role */ 106 struct ebitmap roles; /* set of authorized roles for user */ 241 struct ebitmap *type_attr_map; 243 struct ebitmap policycaps; 245 struct ebitmap permissive_map;
|
| A D | Makefile | 1 obj-y += ebitmap.o
|
| A D | constraint.h | 50 struct ebitmap names; /* names */
|
| A D | mls_types.h | 23 struct ebitmap cat; /* category set */
|
| A D | mls.c | 34 struct ebitmap *e; in mls_compute_context_len() 93 struct ebitmap *e; in mls_sid_to_context() 409 struct ebitmap bitmap; in mls_convert_context()
|
| A D | policydb.c | 1125 struct ebitmap dummy; in read_cons_helper() 2215 p->type_attr_map = xmalloc_array(struct ebitmap, p->p_types.nprim); in policydb_read()
|
| A D | services.c | 463 struct ebitmap *sattr, *tattr; in context_struct_compute_av()
|
Completed in 21 milliseconds