Searched refs:stypes (Results 1 - 5 of 5) sorted by relevance

/linux-master/security/selinux/ss/
H A Dpolicydb.h99 struct ebitmap stypes; /* bitmap of source types for this otype */ member in struct:filename_trans_datum
H A Dpolicydb.c335 ebitmap_destroy(&d->stypes);
1943 if (unlikely(ebitmap_get_bit(&datum->stypes, stype - 1))) {
1959 ebitmap_init(&datum->stypes);
1984 return ebitmap_set_bit(&datum->stypes, stype - 1, 1);
2038 rc = ebitmap_read(&datum->stypes, fp);
2076 ebitmap_destroy(&datum->stypes);
3543 ebitmap_for_each_positive_bit(&datum->stypes, node, bit)
3604 rc = ebitmap_write(&datum->stypes, fp);
H A Dservices.c1697 if (ebitmap_get_bit(&datum->stypes, stype - 1)) {
/linux-master/net/wireless/
H A Dmlme.c946 const struct ieee80211_txrx_stypes *stypes = local
959 if (!(stypes->rx & BIT(stype))) {
H A Dnl80211.c1999 u16 stypes; local
2016 stypes = mgmt_stypes[ift].tx;
2017 while (stypes) {
2018 if ((stypes & 1) &&
2022 stypes >>= 1;
2039 stypes = mgmt_stypes[ift].rx;
2040 while (stypes) {
2041 if ((stypes & 1) &&
2045 stypes >>= 1;

Completed in 184 milliseconds