Home
last modified time | relevance | path

Searched refs:isset (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/sys/dev/hid/
H A Dhmt.c225 if (isset((caps), (usage)))
423 if (isset(sc->buttons, btn)) { in hmt_attach()
452 isset(sc->caps, HMT_IN_RANGE) ? "R" : "", in hmt_attach()
453 isset(sc->caps, HMT_CONFIDENCE) ? "C" : "", in hmt_attach()
454 isset(sc->caps, HMT_WIDTH) ? "W" : "", in hmt_attach()
455 isset(sc->caps, HMT_HEIGHT) ? "H" : "", in hmt_attach()
456 isset(sc->caps, HMT_PRESSURE) ? "P" : "", in hmt_attach()
599 !(isset(sc->caps, HMT_CONFIDENCE) && in hmt_intr()
638 if (isset(sc->buttons, 0)) in hmt_intr()
640 if (sc->has_int_button || isset(sc->buttons, 0)) in hmt_intr()
[all …]
H A Dhidmap.c140 if (isset(hm->key_press, key)) { in hidmap_support_key()
168 press = isset(hm->key_press, i); in hidmap_sync_keys()
169 rel = isset(hm->key_rel, i); in hidmap_sync_keys()
486 (map[i].forbidden && isset(caps, i))) { in hidmap_probe_hid_descr()
H A Dhidmap.h224 return (isset(caps, cap) != 0); in hidmap_test_cap()
/freebsd/sys/net80211/
H A Dieee80211_regdomain.c125 if (isset(bands, IEEE80211_MODE_11B) || in ieee80211_init_channels()
126 isset(bands, IEEE80211_MODE_11G) || in ieee80211_init_channels()
127 isset(bands, IEEE80211_MODE_11NG)) { in ieee80211_init_channels()
137 if (isset(bands, IEEE80211_MODE_11A) || in ieee80211_init_channels()
138 isset(bands, IEEE80211_MODE_11NA)) { in ieee80211_init_channels()
149 if (isset(bands, IEEE80211_MODE_VHT_5GHZ)) { in ieee80211_init_channels()
306 if (isset(chans, c->ic_ieee)) /* suppress dup's */ in ieee80211_alloc_countryie()
H A Dieee80211.c1369 if (isset(bands, IEEE80211_MODE_11B)) in getflags_2ghz()
1371 if (isset(bands, IEEE80211_MODE_11G)) in getflags_2ghz()
1373 if (isset(bands, IEEE80211_MODE_11NG)) in getflags_2ghz()
1397 if (isset(bands, IEEE80211_MODE_11A)) in getflags_5ghz()
1399 if (isset(bands, IEEE80211_MODE_11NA)) in getflags_5ghz()
1401 if (isset(bands, IEEE80211_MODE_VHT_5GHZ)) { in getflags_5ghz()
1410 isset(bands, IEEE80211_MODE_VHT_5GHZ)) in getflags_5ghz()
1416 isset(bands, IEEE80211_MODE_VHT_5GHZ)) in getflags_5ghz()
1422 isset(bands, IEEE80211_MODE_VHT_5GHZ)) { in getflags_5ghz()
1431 isset(bands, IEEE80211_MODE_VHT_5GHZ)) { in getflags_5ghz()
[all …]
H A Dieee80211_output.c3802 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) && in ieee80211_beacon_update()
3911 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) { in ieee80211_beacon_update()
3918 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) { in ieee80211_beacon_update()
3939 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) { in ieee80211_beacon_update()
4027 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) { in ieee80211_beacon_update()
4078 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) { in ieee80211_beacon_update()
4086 if (isset(bo->bo_flags, IEEE80211_BEACON_ATH)) { in ieee80211_beacon_update()
4092 if (isset(bo->bo_flags, IEEE80211_BEACON_APPIE)) { in ieee80211_beacon_update()
/freebsd/sys/dev/usb/input/
H A Dwmt.c250 if (isset((caps), (usage)))
437 if (isset(sc->buttons, btn)) { in wmt_attach()
463 isset(sc->caps, WMT_IN_RANGE) ? "R" : "", in wmt_attach()
464 isset(sc->caps, WMT_CONFIDENCE) ? "C" : "", in wmt_attach()
465 isset(sc->caps, WMT_WIDTH) ? "W" : "", in wmt_attach()
466 isset(sc->caps, WMT_HEIGHT) ? "H" : "", in wmt_attach()
467 isset(sc->caps, WMT_PRESSURE) ? "P" : "", in wmt_attach()
575 !(isset(sc->caps, WMT_CONFIDENCE) && in wmt_process_report()
614 if (isset(sc->buttons, 0)) in wmt_process_report()
616 if (sc->has_int_button || isset(sc->buttons, 0)) in wmt_process_report()
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c270 int isset, sktag, skaclass; in asn1_template_ex_i2d() local
278 isset = 1; in asn1_template_ex_i2d()
281 isset = 2; in asn1_template_ex_i2d()
283 isset = 0; in asn1_template_ex_i2d()
294 if (isset) in asn1_template_ex_i2d()
334 isset, iclass); in asn1_template_ex_i2d()
/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c311 if (isset(sc->sc_keymap, keyix+32) || in key_alloc_2pair()
312 isset(sc->sc_keymap, keyix+64) || in key_alloc_2pair()
313 isset(sc->sc_keymap, keyix+32+64)) { in key_alloc_2pair()
363 if (isset(sc->sc_keymap, keyix+64)) { in key_alloc_pair()
/freebsd/contrib/nvi/common/
H A Doptions.c463 u_long isset, turnoff, value; in opts_set() local
569 isset = !turnoff; in opts_set()
571 if (isset) { in opts_set()
581 op->func(sp, spo, NULL, &isset)) || in opts_set()
582 ex_optchange(sp, offset, NULL, &isset) || in opts_set()
583 v_optchange(sp, offset, NULL, &isset) || in opts_set()
584 sp->gp->scr_optchange(sp, offset, NULL, &isset)) { in opts_set()
590 if (isset) in opts_set()
/freebsd/sbin/dumpfs/
H A Ddumpfs.c484 if (isset(p, i)) { in pbits()
490 while ((i+1)<max && isset(p, i+1)) in pbits()
505 if (isset(p, i)) { in pblklist()
509 while ((i+1)<max && isset(p, i+1)) in pblklist()
/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h573 return isset(sc->sc_fw.ucode_capa.enabled_api, api); in iwm_fw_has_api()
579 return isset(sc->sc_fw.ucode_capa.enabled_capa, capa); in iwm_fw_has_capa()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c282 if (isset(&sc->tracer_valid, t->idx)) { in t4_get_tracer()
341 if (isset(&sc->tracer_valid, t->idx)) in t4_set_tracer()
/freebsd/sys/sys/
H A Dparam.h319 #define isset(a,i) \ macro
/freebsd/sys/contrib/dev/broadcom/brcm80211/include/
H A Dbrcmu_utils.h39 #define isset(a, i) (((const u8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_cam.c122 if (isset(sc->keys_bmap, *keyix)) { in rtwn_key_alloc()
/freebsd/sbin/growfs/
H A Dgrowfs.c511 if (isset(cg_blksfree(&acg), f)) { in frag_adjust()
686 while (isset(cg_blksfree(&acg), i) && in updjcg()
711 while (isset(cg_blksfree(&acg), i) && in updjcg()
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c658 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
716 , isset(ismic, entry) ? "MIC" : keytypenames[type & 7] in ath_hal_dumpkeycache()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h172 bool isset; member
H A Dpfctl_parser.c756 bool isset = a->mask[i / 8] & (1 << i % 8); in print_eth_addr() local
759 if (isset) in print_eth_addr()
766 if (isset) in print_eth_addr()
824 if (r->src.isset) { in print_eth_rule()
828 if (r->dst.isset) { in print_eth_rule()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1667 if (isset(&sc->open_device_map, p->port_id) && in cxgb_init_locked()
2232 if (!isset(&sc->open_device_map, pi->port_id)) in link_check_callout()
2244 if (!isset(&sc->open_device_map, pi->port_id)) in check_link_status()
2280 if (!isset(&sc->open_device_map, p->port_id) || p->link_fault || in check_t3b2_mac()
2380 if (!isset(&sc->open_device_map, pi->port_id)) in cxgb_tick_handler()
3340 if (isset(&sc->offload_map, pi->port_id)) in toe_capability()
3365 if (!isset(&sc->offload_map, MAX_NPORTS) && in toe_capability()
3369 if (!isset(&sc->offload_map, pi->port_id)) in toe_capability()
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c968 if (offset >= max_bit || !isset(bp->b_data, offset)) { in ext2_b_bitmap_validate()
976 if (offset >= max_bit || !isset(bp->b_data, offset)) { in ext2_b_bitmap_validate()
1121 if (isset(bbp, bno)) { in ext2_alloccg()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dstf.c322 isset(&wlc->stf->ss_algo_channel, in brcms_c_stf_ss_update()
H A Dmain.h220 isset(&((wlc)->stf->ss_algo_channel), PHY_TXC1_MODE_STBC))))
/freebsd/sbin/fsck_ffs/
H A Dfsck.h395 #define testbmap(blkno) isset(blockmap, blkno)

123