/freebsd/sys/dev/hid/ |
H A D | hmt.c | 225 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 D | hidmap.c | 140 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 D | hidmap.h | 224 return (isset(caps, cap) != 0); in hidmap_test_cap()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_regdomain.c | 125 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 D | ieee80211.c | 1382 if (isset(bands, IEEE80211_MODE_11B)) in getflags_2ghz() 1384 if (isset(bands, IEEE80211_MODE_11G)) in getflags_2ghz() 1386 if (isset(bands, IEEE80211_MODE_11NG)) in getflags_2ghz() 1410 if (isset(bands, IEEE80211_MODE_11A)) in getflags_5ghz() 1412 if (isset(bands, IEEE80211_MODE_11NA)) in getflags_5ghz() 1414 if (isset(bands, IEEE80211_MODE_VHT_5GHZ)) { in getflags_5ghz() 1423 isset(bands, IEEE80211_MODE_VHT_5GHZ)) in getflags_5ghz() 1429 isset(bands, IEEE80211_MODE_VHT_5GHZ)) in getflags_5ghz() 1435 isset(bands, IEEE80211_MODE_VHT_5GHZ)) { in getflags_5ghz() 1444 isset(bands, IEEE80211_MODE_VHT_5GHZ)) { in getflags_5ghz() [all …]
|
H A D | ieee80211_output.c | 3794 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) && in ieee80211_beacon_update() 3906 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) { in ieee80211_beacon_update() 3913 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) { in ieee80211_beacon_update() 3934 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) { in ieee80211_beacon_update() 4022 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) { in ieee80211_beacon_update() 4073 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) { in ieee80211_beacon_update() 4081 if (isset(bo->bo_flags, IEEE80211_BEACON_ATH)) { in ieee80211_beacon_update() 4087 if (isset(bo->bo_flags, IEEE80211_BEACON_APPIE)) { in ieee80211_beacon_update()
|
H A D | ieee80211_power.c | 301 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0)); in ieee80211_set_tim()
|
/freebsd/sys/dev/usb/input/ |
H A D | wmt.c | 251 if (isset((caps), (usage))) 438 if (isset(sc->buttons, btn)) { in wmt_attach() 464 isset(sc->caps, WMT_IN_RANGE) ? "R" : "", in wmt_attach() 465 isset(sc->caps, WMT_CONFIDENCE) ? "C" : "", in wmt_attach() 466 isset(sc->caps, WMT_WIDTH) ? "W" : "", in wmt_attach() 467 isset(sc->caps, WMT_HEIGHT) ? "H" : "", in wmt_attach() 468 isset(sc->caps, WMT_PRESSURE) ? "P" : "", in wmt_attach() 576 !(isset(sc->caps, WMT_CONFIDENCE) && in wmt_process_report() 615 if (isset(sc->buttons, 0)) in wmt_process_report() 617 if (sc->has_int_button || isset(sc->buttons, 0)) in wmt_process_report() [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 273 int isset, sktag, skaclass; in asn1_template_ex_i2d() local 281 isset = 1; in asn1_template_ex_i2d() 284 isset = 2; in asn1_template_ex_i2d() 286 isset = 0; in asn1_template_ex_i2d() 297 if (isset) in asn1_template_ex_i2d() 337 isset, iclass); in asn1_template_ex_i2d()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_keycache.c | 295 if (isset(sc->sc_keymap, keyix+32) || in key_alloc_2pair() 296 isset(sc->sc_keymap, keyix+64) || in key_alloc_2pair() 297 isset(sc->sc_keymap, keyix+32+64)) { in key_alloc_2pair() 347 if (isset(sc->sc_keymap, keyix+64)) { in key_alloc_pair()
|
/freebsd/contrib/nvi/common/ |
H A D | options.c | 474 u_long isset, turnoff, value; in opts_set() local 580 isset = !turnoff; in opts_set() 582 if (isset) { in opts_set() 592 op->func(sp, spo, NULL, &isset)) || in opts_set() 593 ex_optchange(sp, offset, NULL, &isset) || in opts_set() 594 v_optchange(sp, offset, NULL, &isset) || in opts_set() 595 sp->gp->scr_optchange(sp, offset, NULL, &isset)) { in opts_set() 601 if (isset) in opts_set()
|
/freebsd/sbin/dumpfs/ |
H A D | dumpfs.c | 484 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 D | if_iwmvar.h | 573 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 D | t4_tracer.c | 283 if (isset(&sc->tracer_valid, t->idx)) { in t4_get_tracer() 342 if (isset(&sc->tracer_valid, t->idx)) in t4_set_tracer()
|
H A D | t4_netmap.c | 460 if (isset(&nm_txq->doorbells, DOORBELL_UDB) || in alloc_nm_txq_hwq() 461 isset(&nm_txq->doorbells, DOORBELL_UDBWC) || in alloc_nm_txq_hwq() 462 isset(&nm_txq->doorbells, DOORBELL_WCWR)) { in alloc_nm_txq_hwq()
|
/freebsd/sys/sys/ |
H A D | param.h | 315 #define isset(a,i) \ macro
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_cam.c | 122 if (isset(sc->keys_bmap, *keyix)) { in rtwn_key_alloc()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 144 bool isset; member
|
H A D | pfctl_parser.c | 728 bool isset = a->mask[i / 8] & (1 << i % 8); in print_eth_addr() local 731 if (isset) in print_eth_addr() 738 if (isset) in print_eth_addr() 796 if (r->src.isset) { in print_eth_rule() 800 if (r->dst.isset) { in print_eth_rule()
|
/freebsd/sbin/growfs/ |
H A D | growfs.c | 511 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 D | dumpregs.c | 658 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro 716 , isset(ismic, entry) ? "MIC" : keytypenames[type & 7] in ath_hal_dumpkeycache()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 1666 if (isset(&sc->open_device_map, p->port_id) && in cxgb_init_locked() 2231 if (!isset(&sc->open_device_map, pi->port_id)) in link_check_callout() 2243 if (!isset(&sc->open_device_map, pi->port_id)) in check_link_status() 2279 if (!isset(&sc->open_device_map, p->port_id) || p->link_fault || in check_t3b2_mac() 2379 if (!isset(&sc->open_device_map, pi->port_id)) in cxgb_tick_handler() 3339 if (isset(&sc->offload_map, pi->port_id)) in toe_capability() 3364 if (!isset(&sc->offload_map, MAX_NPORTS) && in toe_capability() 3368 if (!isset(&sc->offload_map, pi->port_id)) in toe_capability()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 968 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/sbin/fsck_ffs/ |
H A D | fsck.h | 394 #define testbmap(blkno) isset(blockmap, blkno)
|
/freebsd/sys/dev/mmc/ |
H A D | mmc.c | 959 if (isset(&ivar->vccq_120, timing)) in mmc_set_vccq() 961 else if (isset(&ivar->vccq_180, timing)) in mmc_set_vccq() 1567 if (isset(&ivar->timings, timing)) in mmc_log_card() 2130 if (isset(&ivar->timings, timing) && in mmc_calculate_clock()
|