OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isclr
(Results
1 - 15
of
15
) sorted by relevancy
/src/sbin/badsect/
badsect.c
241
if (
isclr
(cg_blksfree(&acg, needswap), bn))
/src/sys/ufs/ext2fs/
ext2fs_alloc.c
376
if (
isclr
(bbp, bpref)) {
475
if (
isclr
(ibp, ipref))
544
if (
isclr
(bbp, bno)) {
593
if (
isclr
(ibp, ino)) {
/src/sys/sys/
param.h
427
#define
isclr
(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0)
macro
/src/sys/ufs/ffs/
ffs_alloc.c
1010
if (
isclr
(blksfree, bno + i))
1019
if (
isclr
(blksfree, bno + i))
1342
if (ipref < maxiblk &&
isclr
(inosused, ipref))
1504
if (
isclr
(blksfree, cgbno + i)) {
2089
if (
isclr
(inosused, cgino)) {
2148
ret =
isclr
(inosused, ino);
/src/sys/net80211/
ieee80211.c
931
isclr
(ic->ic_chan_active, ieee80211_chan2ieee(ic, ic->ic_ibss_chan))) {
947
isclr
(ic->ic_chan_active, ieee80211_chan2ieee(ic, ic->ic_des_chan)))
ieee80211_ioctl.c
545
isclr
(ic->ic_chan_active, i))
828
if (
isclr
((u_int8_t *)wreq->wi_val, j))
830
if (
isclr
(ic->ic_chan_active, i)) {
833
if (
isclr
(ic->ic_chan_avail, i)) {
1917
isclr
(chanlist, ieee80211_chan2ieee(ic, ic->ic_ibss_chan))) {
2176
isclr
(ic->ic_chan_active, ireq->i_val)) {
2795
isclr
(ic->ic_chan_active, chanreq->i_channel)) {
ieee80211_input.c
2191
isclr
(ic->ic_chan_active, scan.sp_chan)) {
ieee80211_node.c
507
if (
isclr
(ic->ic_chan_active, ieee80211_chan2ieee(ic, ni->ni_chan)))
/src/tools/compat/
compat_defs.h
1284
#undef
isclr
1288
#define
isclr
(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0)
macro
/src/sys/dev/raidframe/
rf_paritymap.c
139
needs_write =
isclr
(pm->disk_now->bits, region);
/src/sys/dev/
fss.c
668
if (
isclr
(sc->sc_copied, c)) {
1326
if (
isclr
(sc->sc_copied, c))
/src/usr.sbin/makefs/
ffs.c
1092
assert (
isclr
(cg_inosused(cgp, fsopts->needswap), cgino));
/src/share/man/man9/
Makefile
880
setbit.9
isclr
.9
/src/sys/dev/pci/
hifn7751.c
2081
if (
isclr
(sc->sc_sessions, i))
if_iwm.c
6094
if (
isclr
(ni->ni_rxmcs, i))
Completed in 35 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025