Searched refs:isset (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/sys/net80211/
H A Dieee80211_regdomain.c124 if (isset(bands, IEEE80211_MODE_11B) ||
125 isset(bands, IEEE80211_MODE_11G) ||
126 isset(bands, IEEE80211_MODE_11NG)) {
134 if (isset(bands, IEEE80211_MODE_11A) ||
135 isset(bands, IEEE80211_MODE_11NA)) {
285 if (isset(chans, c->ic_ieee)) /* suppress dup's */
H A Dieee80211.c1056 if (isset(bands, IEEE80211_MODE_11B))
1058 if (isset(bands, IEEE80211_MODE_11G))
1060 if (isset(bands, IEEE80211_MODE_11NG))
1075 if (isset(bands, IEEE80211_MODE_11A))
1077 if (isset(bands, IEEE80211_MODE_11NA))
1091 if (isset(bands, IEEE80211_MODE_11A) ||
1092 isset(bands, IEEE80211_MODE_11NA)) {
1093 if (isset(bands, IEEE80211_MODE_11B) ||
1094 isset(bands, IEEE80211_MODE_11G) ||
1095 isset(band
[all...]
H A Dieee80211_power.c301 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
H A Dieee80211_ddb.c397 if (isset(ic->ic_modecaps, i)) {
438 if (isset(ic->ic_modecaps, i)) {
H A Dieee80211_output.c3182 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) &&
3249 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) {
3255 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) {
3276 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) {
3359 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) {
3402 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) {
3410 if (isset(bo->bo_flags, IEEE80211_BEACON_ATH)) {
3416 if (isset(bo->bo_flags, IEEE80211_BEACON_APPIE)) {
H A Dieee80211_ht.c410 if (isset(ic->ic_modecaps, IEEE80211_MODE_11NA) ||
411 isset(ic->ic_modecaps, IEEE80211_MODE_11NG))
413 if (isset(ic->ic_modecaps, IEEE80211_MODE_11NA))
415 if (isset(ic->ic_modecaps, IEEE80211_MODE_11NG))
H A Dieee80211_tdma.c720 if (isset(bo->bo_flags, IEEE80211_BEACON_TDMA)) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c328 int isset, sktag, skaclass; local
336 isset = 1;
339 isset = 2;
341 isset = 0;
352 if (isset)
389 isset, iclass);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_keycache.c295 if (isset(sc->sc_keymap, keyix+32) ||
296 isset(sc->sc_keymap, keyix+64) ||
297 isset(sc->sc_keymap, keyix+32+64)) {
347 if (isset(sc->sc_keymap, keyix+64)) {
/freebsd-11-stable/sbin/dumpfs/
H A Ddumpfs.c460 if (isset(p, i)) {
466 while ((i+1)<max && isset(p, i+1))
481 if (isset(p, i)) {
485 while ((i+1)<max && isset(p, i+1))
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c140 KASSERT(!isset(&sc->offload_map, MAX_NPORTS),
214 if (isset(&sc->offload_map, MAX_NPORTS) &&
/freebsd-11-stable/contrib/nvi/common/
H A Doptions.c475 u_long isset, turnoff, value; local
581 isset = !turnoff;
583 if (isset) {
592 op->func(sp, spo, NULL, &isset)) ||
593 ex_optchange(sp, offset, NULL, &isset) ||
594 v_optchange(sp, offset, NULL, &isset) ||
595 sp->gp->scr_optchange(sp, offset, NULL, &isset)) {
601 if (isset)
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmvar.h181 return isset(capabilities->enabled_api, api);
188 return isset(capabilities->enabled_capa, capa);
/freebsd-11-stable/sys/sys/
H A Dparam.h286 #define isset(a,i) \ macro
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_tracer.c291 if (isset(&sc->tracer_valid, t->idx)) {
345 if (isset(&sc->tracer_valid, t->idx))
H A Dt4_netmap.c277 if (isset(&nm_txq->doorbells, DOORBELL_UDB) ||
278 isset(&nm_txq->doorbells, DOORBELL_UDBWC) ||
279 isset(&nm_txq->doorbells, DOORBELL_WCWR)) {
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsck.h359 #define testbmap(blkno) isset(blockmap, blkno)
H A Dgjournal.c293 if (isset(blksfree, cgbno + i))
/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c520 if (isset(cg_blksfree(&acg), f)) {
696 while (isset(cg_blksfree(&acg), i) &&
721 while (isset(cg_blksfree(&acg), i) &&
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c660 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
718 , isset(ismic, entry) ? "MIC" : keytypenames[type & 7]
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c793 if (isset(ic->ic_modecaps, IEEE80211_MODE_11A))
795 if (isset(ic->ic_modecaps, IEEE80211_MODE_11B))
797 if (isset(ic->ic_modecaps, IEEE80211_MODE_11G))
816 if (isset(ic->ic_modecaps, IEEE80211_MODE_11A)) {
820 if (isset(ic->ic_modecaps, IEEE80211_MODE_11G)) {
835 if (isset(ic->ic_modecaps, IEEE80211_MODE_11B)) {
841 if (isset(ic->ic_modecaps, IEEE80211_MODE_11G)) {
847 if (isset(ic->ic_modecaps, IEEE80211_MODE_11A)) {
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1711 if (isset(&sc->open_device_map, p->port_id) &&
2277 if (!isset(&sc->open_device_map, pi->port_id))
2289 if (!isset(&sc->open_device_map, pi->port_id))
2325 if (!isset(&sc->open_device_map, p->port_id) || p->link_fault ||
2425 if (!isset(&sc->open_device_map, pi->port_id))
3387 if (isset(&sc->offload_map, pi->port_id))
3412 if (!isset(&sc->offload_map, MAX_NPORTS) &&
3416 if (!isset(&sc->offload_map, pi->port_id))
H A Dcxgb_adapter.h571 return isset(&adapter->open_device_map, OFFLOAD_DEVMAP_BIT);
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c965 if (isset(&ivar->vccq_120, timing))
967 else if (isset(&ivar->vccq_180, timing))
1572 if (isset(&ivar->timings, timing)) {
2137 if (isset(&ivar->timings, timing) &&
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c484 if (isset(cg_blksfree_swap(cgp, needswap), cgbno + i)) {

Completed in 406 milliseconds

12