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

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfabs_opt.S23 r1 = clrbit(r1, #31)
30 r0 = clrbit(r0, #31)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_keycache.c509 clrbit(sc->sc_keymap, keyix);
512 clrbit(sc->sc_keymap, keyix+64); /* TX key MIC */
515 clrbit(sc->sc_keymap, keyix+32);
516 clrbit(sc->sc_keymap, keyix+32+64);
/freebsd-11-stable/sys/sys/
H A Dparam.h285 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c216 clrbit(&sc->offload_map, MAX_NPORTS);
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_alloc.c354 clrbit(cg_blksfree_swap(cgp, needswap), bno + i);
619 clrbit(freemapp, blkno);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_subr.c316 clrbit(freemapp, blkno);
H A Dffs_alloc.c1632 clrbit(blksfree, bno + i);
1731 clrbit(blksfree, bno + i);
2528 clrbit(inosused, ino);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsck.h360 #define clrbmap(blkno) clrbit(blockmap, blkno)
H A Dgjournal.c463 clrbit(inosused, cino);
H A Dfsutil.c784 clrbit(cg_blksfree(cgp), baseblk + k);
/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c1013 clrbit(cg_clustersfree(&acg),
1025 clrbit(cg_blksfree(&acg), d % sblock.fs_fpg);
1034 clrbit(cg_clustersfree(&acg),
/freebsd-11-stable/sys/net80211/
H A Dieee80211_power.c307 clrbit(vap->iv_tim_bitmap, aid);
H A Dieee80211_tdma.c722 clrbit(bo->bo_flags, IEEE80211_BEACON_TDMA);
H A Dieee80211_output.c3251 clrbit(bo->bo_flags, IEEE80211_BEACON_WME);
3257 clrbit(bo->bo_flags, IEEE80211_BEACON_HTINFO);
3343 clrbit(bo->bo_flags, IEEE80211_BEACON_TIM);
3407 clrbit(bo->bo_flags, IEEE80211_BEACON_ERP);
3412 clrbit(bo->bo_flags, IEEE80211_BEACON_ATH);
3438 clrbit(bo->bo_flags, IEEE80211_BEACON_APPIE);
/freebsd-11-stable/sys/sparc64/pci/
H A Dfire.c1520 clrbit(sc->sc_msiq_bitmap,
1522 clrbit(sc->sc_msi_bitmap, irqs[i] - sc->sc_msi_first);
1572 clrbit(sc->sc_msiq_bitmap,
1574 clrbit(sc->sc_msi_bitmap, irq - sc->sc_msi_first);
/freebsd-11-stable/sys/powerpc/aim/
H A Dslb.c364 clrbit(&ua->ua_alloc, idx);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_tracer.c394 clrbit(&sc->tracer_enabled, t->idx);
H A Dt4_netmap.c288 clrbit(&nm_txq->doorbells, DOORBELL_WCWR);
499 clrbit(&db, DOORBELL_WCWR);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c125 #ifdef clrbit
126 # undef clrbit macro
236 clrbit (unsigned b, charclass c) function
970 clrbit(eolbyte, ccl);
972 clrbit('\0', ccl);
1085 clrbit(eolbyte, ccl);
2004 clrbit(eolbyte, matches);
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_alloc.c1200 clrbit(bbp, bno);
1247 clrbit(ibp, ino);
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c659 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c1206 clrbit(&sc->sc_msi_bitmap, irqs[i] - MSI_IRQ);
/freebsd-11-stable/sbin/newfs/
H A Dmkfs.c989 clrbit(cg_clustersfree(&acg), blkno);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1810 clrbit(&sc->open_device_map, pi->port_id);
3421 clrbit(&sc->offload_map, pi->port_id);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c2426 clrbit(linux_debug_map, syscall);

Completed in 387 milliseconds

12