Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c525 clrbit(sc->sc_keymap, keyix); in ath_key_delete()
528 clrbit(sc->sc_keymap, keyix+64); /* TX key MIC */ in ath_key_delete()
531 clrbit(sc->sc_keymap, keyix+32); in ath_key_delete()
532 clrbit(sc->sc_keymap, keyix+32+64); in ath_key_delete()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_cam.c304 clrbit(sc->keys_bmap, k->wk_keyix); in rtwn_key_del_cb()
326 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.h396 #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()
/freebsd/sys/sys/
H A Dparam.h318 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/freebsd/sys/contrib/dev/broadcom/brcm80211/include/
H A Dbrcmu_utils.h38 #define clrbit(a, i) (((u8 *)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/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Drate.c513 clrbit(rateset->mcs, 32); in brcms_c_rateset_bw_mcs_filter()
/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c391 clrbit(&sc->tracer_enabled, t->idx); in t4_set_tracer()
H A Dt4_netmap.c478 clrbit(&nm_txq->doorbells, DOORBELL_WCWR); in alloc_nm_txq_hwq()
924 clrbit(&db, DOORBELL_WCWR); in ring_nm_txq_db()
/freebsd/sys/net80211/
H A Dieee80211_power.c308 clrbit(vap->iv_tim_bitmap, aid); in ieee80211_set_tim()
H A Dieee80211_output.c3914 clrbit(bo->bo_flags, IEEE80211_BEACON_WME); in ieee80211_beacon_update()
3920 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO); in ieee80211_beacon_update()
4011 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM); in ieee80211_beacon_update()
4083 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP); in ieee80211_beacon_update()
4088 clrbit(bo->bo_flags, IEEE80211_BEACON_ATH); in ieee80211_beacon_update()
4114 clrbit(bo->bo_flags, IEEE80211_BEACON_APPIE); in ieee80211_beacon_update()
H A Dieee80211_tdma.c726 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.c1761 clrbit(blksfree, bno + i); in ffs_fragextend()
1854 clrbit(blksfree, bno + i); in ffs_alloccg()
2899 clrbit(inosused, cgino); in ffs_freefile()
H A Dffs_subr.c1207 clrbit(freemapp, blkno); in ffs_clusteracct()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c1834 clrbit(sc->keys_bmap, keyix); in rsu_delete_key()
1861 clrbit(sc->keys_bmap, keyix); in rsu_delete_key()
1885 clrbit(sc->free_keys_bmap, i); in rsu_delete_key_pair_cb()
/freebsd/sys/arm/mv/
H A Dmv_pci.c1378 clrbit(&sc->sc_msi_bitmap, irqs[i] - MSI_IRQ); in mv_pcib_release_msi()
/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.c1039 clrbit(cg_clustersfree(&acg), blkno); in alloc()

12