OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:devi
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/config/
defs.h
285
struct
devi
*d_ihead; /* first instance, if any */
286
struct
devi
**d_ipp; /* used for tacking on more instances */
302
struct
devi
*d_ihead; /* first instance, if any */
303
struct
devi
**d_ipp; /* used for tacking on more instances */
311
* After everything has been read in and verified, the
devi
's are
317
struct
devi
{
struct
322
TAILQ_ENTRY(
devi
) i_next; /* list of all instances */
323
struct
devi
*i_bsame; /* list on same base */
324
struct
devi
*i_asame; /* list on same base attachment */
325
struct
devi
*i_alias; /* other aliases of this instance *
[
all
...]
/src/sys/dev/ic/
bwi.c
5166
uint32_t
devi
= 0;
local
5190
devi
+= PHY_READ(mac, 0x2d);
5193
return (
devi
);
5208
uint32_t
devi
;
local
5212
devi
= bwi_rf_lo_devi_measure(mac, 0);
5214
if (
devi
< devi_min) {
5215
devi_min =
devi
;
5383
uint32_t
devi
;
local
5386
devi
= bwi_rf_lo_devi_measure(mac, devi_ctrl);
5387
if (
devi
< devi_min)
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026