Home
last modified time | relevance | path

Searched refs:clrbit (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c509 clrbit(sc->sc_keymap, keyix); in ath_key_delete()
512 clrbit(sc->sc_keymap, keyix+64); /* TX key MIC */ in ath_key_delete()
515 clrbit(sc->sc_keymap, keyix+32); in ath_key_delete()
516 clrbit(sc->sc_keymap, keyix+32+64); in ath_key_delete()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_cam.c296 clrbit(sc->keys_bmap, k->wk_keyix); in rtwn_key_del_cb()
318 clrbit(sc->keys_bmap, k->wk_keyix); in rtwn_process_key()
H A Dif_rtwn_beacon.c209 clrbit(bo->bo_flags, IEEE80211_BEACON_CSA); in rtwn_update_beacon()
/freebsd/sbin/fsck_ffs/
H A Dgjournal.c136 clrbit(inosused, cino); in gjournal_check()
H A Dfsck.h399 #define clrbmap(blkno) clrbit(blockmap, blkno)
H A Dsuj.c410 clrbit(cg_blksfree(cgp), baseblk + j + k); in suj_checkblkavail()
446 clrbit(inosused, ino); in ino_free()
H A Dfsutil.c1185 clrbit(cg_blksfree(cgp), baseblk + k); in std_checkblkavail()
/freebsd/sys/sys/
H A Dparam.h303 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c349 clrbit(cg_blksfree_swap(cgp, needswap), bno + i); in ffs_alloccg()
612 clrbit(freemapp, blkno); in ffs_clusteracct()
/freebsd/sbin/growfs/
H A Dgrowfs.c1009 clrbit(cg_clustersfree(&acg), in updcsloc()
1021 clrbit(cg_blksfree(&acg), d % sblock.fs_fpg); in updcsloc()
1030 clrbit(cg_clustersfree(&acg), in updcsloc()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c392 clrbit(&sc->tracer_enabled, t->idx); in t4_set_tracer()
H A Dt4_netmap.c471 clrbit(&nm_txq->doorbells, DOORBELL_WCWR); in alloc_nm_txq_hwq()
919 clrbit(&db, DOORBELL_WCWR); in ring_nm_txq_db()
H A Dt4_main.c3805 clrbit(&sc->doorbells, DOORBELL_UDB); in t4_map_bar_2()
12495 clrbit(&sc->offload_map, pi->port_id); in toe_capability()
12581 clrbit(&sc->active_ulds, id); in t4_deactivate_uld()
12603 clrbit(&sc->active_ulds, i); in deactivate_all_uld()
/freebsd/sys/net80211/
H A Dieee80211_output.c3909 clrbit(bo->bo_flags, IEEE80211_BEACON_WME); in ieee80211_beacon_update()
3915 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO); in ieee80211_beacon_update()
4006 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM); in ieee80211_beacon_update()
4078 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP); in ieee80211_beacon_update()
4083 clrbit(bo->bo_flags, IEEE80211_BEACON_ATH); in ieee80211_beacon_update()
4109 clrbit(bo->bo_flags, IEEE80211_BEACON_APPIE); in ieee80211_beacon_update()
H A Dieee80211_power.c307 clrbit(vap->iv_tim_bitmap, aid); in ieee80211_set_tim()
H A Dieee80211_tdma.c722 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA); in ieee80211_tdma_update_beacon()
/freebsd/sys/powerpc/aim/
H A Dslb.c372 clrbit(&ua->ua_alloc, idx); in free_vsid()
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c1447 clrbit(bbp, bno); in ext2_blkfree()
1495 clrbit(ibp, ino); in ext2_vfree()
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c657 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c1744 clrbit(blksfree, bno + i); in ffs_fragextend()
1837 clrbit(blksfree, bno + i); in ffs_alloccg()
2881 clrbit(inosused, cgino); in ffs_freefile()
H A Dffs_subr.c1039 clrbit(freemapp, blkno); in ffs_clusteracct()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c1820 clrbit(sc->keys_bmap, keyix); in rsu_delete_key()
1847 clrbit(sc->keys_bmap, keyix); in rsu_delete_key()
1871 clrbit(sc->free_keys_bmap, i); in rsu_delete_key_pair_cb()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepMappings.td73 def L4_iand_memopb_zomapAlias : InstAlias<"memb($Rs32) = clrbit(#$II)", (L4_iand_memopb_io IntRegs:…
74 def L4_iand_memoph_zomapAlias : InstAlias<"memh($Rs32) = clrbit(#$II)", (L4_iand_memoph_io IntRegs:…
75 def L4_iand_memopw_zomapAlias : InstAlias<"memw($Rs32) = clrbit(#$II)", (L4_iand_memopw_io IntRegs:…
/freebsd/sbin/newfs/
H A Dmkfs.c1043 clrbit(cg_clustersfree(&acg), blkno); in alloc()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1810 clrbit(&sc->open_device_map, pi->port_id); in cxgb_uninit_synchronized()
3419 clrbit(&sc->offload_map, pi->port_id); in toe_capability()

12