Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Debitmap.h40 struct ebitmap { struct
47 static inline unsigned int ebitmap_start_positive(const struct ebitmap *e, in ebitmap_start_positive() argument
60 static inline void ebitmap_init(struct ebitmap *e) in ebitmap_init()
65 static inline unsigned int ebitmap_next_positive(const struct ebitmap *e, in ebitmap_next_positive()
125 int ebitmap_cmp(const struct ebitmap *e1, const struct ebitmap *e2);
126 int ebitmap_cpy(struct ebitmap *dst, const struct ebitmap *src);
127 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2);
128 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, u32 last_e2bit);
129 int ebitmap_get_bit(const struct ebitmap *e, unsigned long bit);
130 int ebitmap_set_bit(struct ebitmap *e, unsigned long bit, int value);
[all …]
H A Debitmap.c31 int ebitmap_cmp(const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_cmp()
53 int ebitmap_cpy(struct ebitmap *dst, const struct ebitmap *src) in ebitmap_cpy()
82 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_and()
111 int ebitmap_netlbl_export(struct ebitmap *ebmap, in ebitmap_netlbl_export()
163 int ebitmap_netlbl_import(struct ebitmap *ebmap, in ebitmap_netlbl_import()
221 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains()
262 int ebitmap_get_bit(const struct ebitmap *e, unsigned long bit) in ebitmap_get_bit()
279 int ebitmap_set_bit(struct ebitmap *e, unsigned long bit, int value) in ebitmap_set_bit()
347 void ebitmap_destroy(struct ebitmap *e) in ebitmap_destroy()
365 int ebitmap_read(struct ebitmap *e, void *fp) in ebitmap_read()
[all …]
H A Dpolicydb.h80 struct ebitmap dominates; /* set of roles dominated by this role */
81 struct ebitmap types; /* set of authorized types for role */
101 struct ebitmap stypes; /* bitmap of source types for this otype */
124 struct ebitmap roles; /* set of authorized roles for user */
162 struct ebitmap types;
163 struct ebitmap negset;
270 struct ebitmap filename_trans_ttypes;
300 struct ebitmap *type_attr_map_array;
302 struct ebitmap policycaps;
304 struct ebitmap permissive_map;
H A Dconstraint.h51 struct ebitmap names; /* names */
H A Dmls_types.h23 struct ebitmap cat; /* category set */
H A Dmls.c40 struct ebitmap *e; in mls_compute_context_len()
95 struct ebitmap *e; in mls_sid_to_context()
H A Dservices.c623 struct ebitmap *sattr, *tattr; in context_struct_compute_av()
1017 struct ebitmap *sattr, *tattr; in security_compute_xperms_decision()
H A Dpolicydb.c2692 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_read()
3733 struct ebitmap *e = &p->type_attr_map_array[i]; in policydb_write()
/openbmc/qemu/tests/qemu-iotests/
H A D257341 ebitmap = EmulatedBitmap()
345 ebitmap.dirty_group(1)
347 ebitmap.compare(bitmap)
364 ebitmap.compare(vm.get_bitmap(drive0.node, 'bitmap0',
376 ebitmap.clear()
377 ebitmap.dirty_group(2)
389 ebitmap.dirty_group(0)
392 ebitmap.clear_bit(ebitmap.first_bit)
396 fail_bit = ebitmap.first_bit
397 ebitmap.clear()
[all …]
/openbmc/linux/security/selinux/
H A DMakefile17 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
/openbmc/linux/
H A Dopengrok2.0.log[all...]
H A Dopengrok0.0.log[all...]
H A Dopengrok1.0.log[all...]