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 - 14
of
14
) sorted by relevancy
/src/external/cddl/dtracetoolkit/dist/Bin/
intoncpu.d
54
this->
devi
= (struct dev_info *)arg0;
56
self->name = this->
devi
!= 0 ?
57
stringof(`devnamesp[this->
devi
->devi_major].dn_name) : "?";
58
this->inst = this->
devi
!= 0 ? this->
devi
->devi_instance : 0;
inttimes.d
55
this->
devi
= (struct dev_info *)arg0;
57
self->name = this->
devi
!= 0 ?
58
stringof(`devnamesp[this->
devi
->devi_major].dn_name) : "?";
59
this->inst = this->
devi
!= 0 ? this->
devi
->devi_instance : 0;
/src/external/cddl/dtracetoolkit/dist/Cpu/
intoncpu.d
54
this->
devi
= (struct dev_info *)arg0;
56
self->name = this->
devi
!= 0 ?
57
stringof(`devnamesp[this->
devi
->devi_major].dn_name) : "?";
58
this->inst = this->
devi
!= 0 ? this->
devi
->devi_instance : 0;
inttimes.d
55
this->
devi
= (struct dev_info *)arg0;
57
self->name = this->
devi
!= 0 ?
58
stringof(`devnamesp[this->
devi
->devi_major].dn_name) : "?";
59
this->inst = this->
devi
!= 0 ? this->
devi
->devi_instance : 0;
/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
...]
/src/external/cddl/osnet/dist/uts/common/dtrace/
fasttrap.c
2490
fasttrap_max = ddi_getprop(DDI_DEV_T_ANY,
devi
, DDI_PROP_DONTPASS,
2499
nent = ddi_getprop(DDI_DEV_T_ANY,
devi
, DDI_PROP_DONTPASS,
dtrace.c
17444
dtrace_attach(dev_info_t *
devi
, ddi_attach_cmd_t cmd)
17463
if (ddi_create_minor_node(
devi
, DTRACEMNR_DTRACE, S_IFCHR,
17465
ddi_create_minor_node(
devi
, DTRACEMNR_HELPER, S_IFCHR,
17468
ddi_remove_minor_node(
devi
, NULL);
17476
ddi_report_dev(
devi
);
17477
dtrace_devi =
devi
;
Completed in 223 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026