modeflags         663 net80211/ieee80211.c 	u_int modeflags;
modeflags         679 net80211/ieee80211.c 	modeflags = chanflags[mode];
modeflags         687 net80211/ieee80211.c 			if ((c->ic_flags & modeflags) == modeflags)
modeflags         708 net80211/ieee80211.c 			if ((c->ic_flags & modeflags) == modeflags)
modeflags         213 scsi/st.c      	u_int8_t  modeflags;	/* flags for the modes                */
modeflags         391 scsi/st.c      	st->modeflags &= ~(BLKSIZE_SET_BY_QUIRK |
modeflags         396 scsi/st.c      		st->modeflags |= BLKSIZE_SET_BY_QUIRK;
modeflags         400 scsi/st.c      		st->modeflags |= DENSITY_SET_BY_QUIRK;
modeflags         589 scsi/st.c      	if (st->modeflags & (DENSITY_SET_BY_QUIRK | DENSITY_SET_BY_USER))
modeflags         599 scsi/st.c      	if (st->modeflags & (BLKSIZE_SET_BY_QUIRK | BLKSIZE_SET_BY_USER)) {
modeflags        1236 scsi/st.c      		st->modeflags |= BLKSIZE_SET_BY_USER;
modeflags        1240 scsi/st.c      		st->modeflags |= DENSITY_SET_BY_USER;