HomeSort by: relevance | last modified time | path
    Searched refs:modeflags (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/scsipi/
stvar.h 129 uint8_t modeflags[4]; /* flags for the modes */ member in struct:st_softc
st.c 517 st->modeflags[i] &= ~(BLKSIZE_SET_BY_QUIRK |
522 st->modeflags[i] |= BLKSIZE_SET_BY_QUIRK;
526 st->modeflags[i] |= DENSITY_SET_BY_QUIRK;
905 if (st->modeflags[dsty] & (DENSITY_SET_BY_QUIRK | DENSITY_SET_BY_USER))
915 if (st->modeflags[dsty] &
1672 st->modeflags[dsty] |= BLKSIZE_SET_BY_USER;
1676 st->modeflags[dsty] |= DENSITY_SET_BY_USER;
  /src/sys/net80211/
ieee80211.c 871 u_int modeflags; local in function:ieee80211_setmode
887 modeflags = chanflags[mode];
897 if ((c->ic_flags & modeflags) == modeflags)
920 if ((c->ic_flags & modeflags) == modeflags)
  /src/sys/dev/ic/
ath.c 969 static const u_int modeflags[] = { local in function:ath_chan2flags
980 KASSERTMSG(mode < N(modeflags), "unexpected phy mode %u", mode);
981 KASSERTMSG(modeflags[mode] != 0, "mode %u undefined", mode);
982 return modeflags[mode];

Completed in 45 milliseconds