Home
last modified time | relevance | path

Searched refs:ebitmap_and (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Dcontext.h117 rc = ebitmap_and(&dr->level[0].cat, in mls_context_glblub()
122 rc = ebitmap_and(&dr->level[1].cat, in mls_context_glblub()
H A Debitmap.h127 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2);
H A Debitmap.c82 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_and() function