Home
last modified time | relevance | path

Searched refs:isset (Results 1 – 25 of 34) sorted by path

12

/dragonfly/contrib/nvi2/common/
H A Doptions.c470 u_long isset, turnoff, value; in opts_set() local
576 isset = !turnoff; in opts_set()
578 if (isset) { in opts_set()
587 op->func(sp, spo, NULL, &isset)) || in opts_set()
588 ex_optchange(sp, offset, NULL, &isset) || in opts_set()
589 v_optchange(sp, offset, NULL, &isset) || in opts_set()
590 sp->gp->scr_optchange(sp, offset, NULL, &isset)) { in opts_set()
596 if (isset) in opts_set()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_enc.c320 int isset, sktag, skaclass; in asn1_template_ex_i2d() local
328 isset = 1; in asn1_template_ex_i2d()
331 isset = 2; in asn1_template_ex_i2d()
333 isset = 0; in asn1_template_ex_i2d()
343 if (isset) in asn1_template_ex_i2d()
374 isset, iclass); in asn1_template_ex_i2d()
/dragonfly/games/tetris/
H A Dscreen.c58 static int isset; /* true => terminal is in game mode */ variable
300 isset = 1; in scr_set()
329 isset = 0; in scr_end()
338 if (isset) in stop()
/dragonfly/sbin/dump/
H A Ddump.h51 #define TSTINO(ino, map) isset(map, (u_int)((ino) - 1))
/dragonfly/sbin/dumpfs/
H A Ddumpfs.c394 if (isset(p, i)) { in pbits()
400 while ((i+1)<max && isset(p, i+1)) in pbits()
/dragonfly/sbin/fsck/
H A Dfsck.h233 #define testbmap(blkno) isset(blockmap, blkno)
/dragonfly/sbin/growfs/
H A Dgrowfs.c537 if(isset(cg_blksfree(&acg), f)) { in frag_adjust()
797 while(isset(cg_blksfree(&acg), i) && in updjcg()
824 while(isset(cg_blksfree(&acg), i) && in updjcg()
1296 if(isset(cg_blksfree(&aocg), f)) { in updcsloc()
1411 if(isset(cg_blksfree(&aocg), f)) { in updcsloc()
/dragonfly/sbin/ifconfig/
H A Difconfig.c712 if (afp->af_af != AF_UNSPEC && isset(afmask, afp->af_af)) in af_other_status()
729 if (afp->af_af != AF_UNSPEC && isset(afmask, afp->af_af)) in af_all_tunnel_status()
H A Difieee80211.c2637 if (isset(htcap->hc_mcsset, i)) { in printhtcap()
2673 if (isset(htinfo->hi_basicmcsset, i)) { in printhtinfo()
3799 if (!isset(active.ic_channels, c->ic_ieee)) in print_channels()
3807 if (isset(reported, c->ic_ieee) && !verb) { in print_channels()
3819 if (isset(reported, c->ic_ieee) && !verb) { in print_channels()
3890 if (isset(reported, c->ic_ieee) && !verbose) { in list_txpow()
/dragonfly/sbin/restore/
H A Drestore.h129 #define TSTINO(ino, map) isset(map, (u_int)((ino) - 1))
/dragonfly/sys/bus/mmc/
H A Dmmc.c320 if (isset(&ivar->vccq_120, timing)) in mmc_acquire_bus()
322 else if (isset(&ivar->vccq_180, timing)) in mmc_acquire_bus()
1383 if (isset(&ivar->timings, timing)) { in mmc_log_card()
1862 if (isset(&ivar->timings, timing)) { in mmc_calculate_clock()
/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c4476 if (isset(iot->usr.bit_input, n)) { in uaudio_mixer_get_input()
4493 if (isset(iot->usr.bit_output, n)) { in uaudio_mixer_get_output()
4846 if (isset((root + j)->usr.bit_input, id)) { in uaudio_mixer_find_outputs_sub()
5166 update = isset(mc->update, chan) && in uaudio_mixer_write_cfg_callback()
/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c596 if (isset(ues->bmInAlloc, n)) { in usb_hw_ep_find_match()
603 if (isset(ues->bmOutAlloc, n)) { in usb_hw_ep_find_match()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_keycache.c298 if (isset(sc->sc_keymap, keyix+32) || in key_alloc_2pair()
299 isset(sc->sc_keymap, keyix+64) || in key_alloc_2pair()
300 isset(sc->sc_keymap, keyix+32+64)) { in key_alloc_2pair()
350 if (isset(sc->sc_keymap, keyix+64)) { in key_alloc_pair()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwmvar.h574 return isset(sc->sc_fw.ucode_capa.enabled_api, api); in iwm_fw_has_api()
580 return isset(sc->sc_fw.ucode_capa.enabled_capa, capa); in iwm_fw_has_capa()
/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c365 if (!isset((u_int8_t*)&val, i)) in wi_attach()
/dragonfly/sys/dev/raid/mpr/
H A Dmpr.c2460 if (isset(eh->mask, event)) { in mpr_dispatch_event()
/dragonfly/sys/dev/raid/mps/
H A Dmps.c1626 if (isset(eh->mask, event)) { in mps_dispatch_event()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211.c1178 if (isset(bands, IEEE80211_MODE_11B)) in getflags_2ghz()
1180 if (isset(bands, IEEE80211_MODE_11G)) in getflags_2ghz()
1182 if (isset(bands, IEEE80211_MODE_11NG)) in getflags_2ghz()
1197 if (isset(bands, IEEE80211_MODE_11A)) in getflags_5ghz()
1199 if (isset(bands, IEEE80211_MODE_11NA)) in getflags_5ghz()
1213 if (isset(bands, IEEE80211_MODE_11A) || in getflags()
1214 isset(bands, IEEE80211_MODE_11NA)) { in getflags()
1215 if (isset(bands, IEEE80211_MODE_11B) || in getflags()
1216 isset(bands, IEEE80211_MODE_11G) || in getflags()
1217 isset(bands, IEEE80211_MODE_11NG)) in getflags()
[all …]
H A Dieee80211_ddb.c424 if (isset(ic->ic_modecaps, i)) { in _db_show_vap()
465 if (isset(ic->ic_modecaps, i)) { in _db_show_vap()
H A Dieee80211_ht.c410 if (isset(ic->ic_modecaps, IEEE80211_MODE_11NA) || in ieee80211_ht_announce()
411 isset(ic->ic_modecaps, IEEE80211_MODE_11NG)) in ieee80211_ht_announce()
413 if (isset(ic->ic_modecaps, IEEE80211_MODE_11NA)) in ieee80211_ht_announce()
415 if (isset(ic->ic_modecaps, IEEE80211_MODE_11NG)) in ieee80211_ht_announce()
H A Dieee80211_ioctl.c1731 if (c->ic_ieee < maxchan && isset(list, c->ic_ieee)) { in ieee80211_ioctl_setchanlist()
2258 if (isset(ic->ic_modecaps, mode)) in ieee80211_ioctl_settxparams()
H A Dieee80211_mesh.c3480 if (isset(bo->bo_flags, IEEE80211_BEACON_MESHCONF)) { in ieee80211_mesh_update_beacon()
H A Dieee80211_output.c3323 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA) &&
3390 if (isset(bo->bo_flags, IEEE80211_BEACON_WME)) {
3396 if (isset(bo->bo_flags, IEEE80211_BEACON_HTINFO)) {
3417 if (isset(bo->bo_flags, IEEE80211_BEACON_TIM)) {
3500 if (isset(bo->bo_flags, IEEE80211_BEACON_CSA)) {
3543 if (isset(bo->bo_flags, IEEE80211_BEACON_ERP)) {
3551 if (isset(bo->bo_flags, IEEE80211_BEACON_ATH)) {
3557 if (isset(bo->bo_flags, IEEE80211_BEACON_APPIE)) {
H A Dieee80211_power.c306 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0)); in ieee80211_set_tim()

12