OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:modtype
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/dev/tc/
stic.c
351
int
modtype
, xconfig, yconfig, config;
local
368
modtype
= sr->sr_modcl;
369
xconfig = (
modtype
& 0x800) >> 11;
370
yconfig = (
modtype
& 0x600) >> 9;
376
si->si_option = (char)((
modtype
>> 12) & 3);
/src/external/gpl3/binutils/dist/bfd/
libcoff-in.h
212
/*
modtype
from optional header. */
213
short
modtype
;
member in struct:xcoff_tdata
libcoff.h
216
/*
modtype
from optional header. */
217
short
modtype
;
member in struct:xcoff_tdata
/src/external/gpl3/binutils.old/dist/bfd/
libcoff-in.h
211
/*
modtype
from optional header. */
212
short
modtype
;
member in struct:xcoff_tdata
libcoff.h
215
/*
modtype
from optional header. */
216
short
modtype
;
member in struct:xcoff_tdata
/src/external/gpl3/gdb/dist/bfd/
libcoff-in.h
208
/*
modtype
from optional header. */
209
short
modtype
;
member in struct:xcoff_tdata
libcoff.h
212
/*
modtype
from optional header. */
213
short
modtype
;
member in struct:xcoff_tdata
/src/external/gpl3/gdb.old/dist/bfd/
libcoff-in.h
208
/*
modtype
from optional header. */
209
short
modtype
;
member in struct:xcoff_tdata
libcoff.h
212
/*
modtype
from optional header. */
213
short
modtype
;
member in struct:xcoff_tdata
/src/sys/dev/ic/
bwi.c
2479
enum bwi_ieee80211_modtype
modtype
;
local
2482
modtype
= bwi_ieee80211_rate2modtype(rs->rs_rates[i]);
2483
switch (
modtype
) {
2495
panic("unsupported
modtype
%u\n",
modtype
);
9460
enum bwi_ieee80211_modtype
modtype
;
local
9466
modtype
= bwi_ieee80211_rate2modtype(rate);
9467
if (
modtype
== IEEE80211_MODTYPE_OFDM)
9469
else if (
modtype
== IEEE80211_MODTYPE_DS)
9472
panic("unsupport modulation type %u\n",
modtype
);
9480
enum bwi_ieee80211_
modtype
modtype
;
local
9577
enum bwi_ieee80211_
modtype
modtype
;
local
[
all
...]
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026