Searched refs:ebitmap (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Debitmap.h29 struct ebitmap { struct
37 static inline unsigned int ebitmap_start(struct ebitmap *e,
44 static inline void ebitmap_init(struct ebitmap *e)
72 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2);
73 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src);
74 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2);
75 int ebitmap_get_bit(struct ebitmap *
[all...]
H A DMakefile8 ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o conditional.o mls.o
H A Debitmap.c18 #include "ebitmap.h"
21 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2)
43 int ebitmap_cpy(struct ebitmap *dst, struct ebitmap *src)
73 * ebitmap_netlbl_export - Export an ebitmap into a NetLabel category bitmap
74 * @ebmap: the ebitmap to export
82 int ebitmap_netlbl_export(struct ebitmap *ebmap,
130 * ebitmap_netlbl_import - Import a NetLabel category bitmap into an ebitmap
131 * @ebmap: the ebitmap t
[all...]
H A Dconstraint.h18 #include "ebitmap.h"
50 struct ebitmap names; /* names */
H A Dmls_types.h21 struct ebitmap cat; /* category set */
H A Dpolicydb.h64 struct ebitmap dominates; /* set of roles dominated by this role */
65 struct ebitmap types; /* set of authorized types for role */
90 struct ebitmap roles; /* set of authorized roles for user */
242 struct ebitmap *type_attr_map;
H A Dmls.c472 struct ebitmap bitmap;
H A Dpolicydb.c1874 p->type_attr_map = kmalloc(p->p_types.nprim*sizeof(struct ebitmap), GFP_KERNEL);
H A Dservices.c57 #include "ebitmap.h"
293 struct ebitmap *sattr, *tattr;

Completed in 114 milliseconds