OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:modeflags
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/scsipi/
stvar.h
129
uint8_t
modeflags
[4]; /* flags for the modes */
member in struct:st_softc
/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
970
static const u_int
modeflags
[] = {
local in function:ath_chan2flags
981
KASSERTMSG(mode < N(
modeflags
), "unexpected phy mode %u", mode);
982
KASSERTMSG(
modeflags
[mode] != 0, "mode %u undefined", mode);
983
return
modeflags
[mode];
Completed in 16 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025