OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devi
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/config/
pack.c
99
static int sameas(struct
devi
*, struct
devi
*);
110
struct
devi
*i;
141
struct
devi
*firststar, *i, **ip, *l, *p;
224
sameas(struct
devi
*i1, struct
devi
*i2)
242
struct
devi
**p, *i;
329
const struct
devi
*const *d1p = a, *d1 = *d1p;
330
const struct
devi
*const *d2p = b, *d2 = *d2p;
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
...]
mkioconf.c
137
n1 = (*(const struct
devi
* const *)a)->i_cfindex;
138
n2 = (*(const struct
devi
* const *)b)->i_cfindex;
448
struct
devi
**p, *i;
539
struct
devi
**p, *i;
560
struct
devi
*i;
sem.c
83
static struct
devi
*newdevi(const char *, int, struct devbase *d);
84
static struct
devi
*getdevi(const char *);
85
static void remove_devi(struct
devi
*);
109
struct
devi
*firsti, *i;
1163
static struct
devi
*
1166
struct
devi
*i;
1276
struct
devi
*i; /* the new instance */
1339
CFGDBG(3, "
devi
`%s' at '%s' added", i->i_name, iba->d_name);
1354
struct
devi
*firsti, *i;
1359
CFGDBG(5, "deselecting
devi
`%s'", name)
[
all
...]
main.c
96
struct
devi
**packed;
143
int ndevi; /* number of
devi
's (before packing) */
149
int devilevel; /* used for
devi
->i_level */
1415
struct
devi
*i;
1462
struct
devi
*pd;
1532
struct
devi
*i;
1886
struct
devi
*i;
1907
struct
devi
*i;
1956
struct
devi
*i = value;
2012
struct
devi
*i, *j = NULL
[
all
...]
mkheaders.c
392
struct
devi
*i;
/src/tests/usr.bin/config/
t_config.sh
203
test_case
devi
pass "Device instance"
224
test_output
devi
315
atf_add_test_case
devi
/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 30 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026