OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ioalloc
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/pci/
pccbbvar.h
78
int
ioalloc
;
member in struct:pcic_handle
pccbb.c
2072
if ((ph->
ioalloc
& (1 << i)) == 0) {
2074
ph->
ioalloc
|= (1 << i);
2209
ph->
ioalloc
&= ~(1 << win);
2356
if (ph->
ioalloc
& (1 << win))
/src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c
148
int
ioalloc
;
member in struct:shpcmcia_handle
308
h->
ioalloc
= 0;
724
if ((h->
ioalloc
& (1 << i)) == 0) {
726
h->
ioalloc
|= (1 << i);
760
h->
ioalloc
&= ~(1 << window);
/src/sys/arch/mmeye/dev/
mmeyepcmcia.c
95
int
ioalloc
;
member in struct:mmeyepcmcia_handle
356
h->
ioalloc
= 0;
833
if ((h->
ioalloc
& (1 << i)) == 0) {
835
h->
ioalloc
|= (1 << i);
893
h->
ioalloc
&= ~(1 << window);
/src/sys/dev/ic/
i82365var.h
72
int
ioalloc
;
member in struct:pcic_handle
i82365.c
402
h->
ioalloc
= 0;
1193
if ((h->
ioalloc
& (1 << i)) == 0) {
1195
h->
ioalloc
|= (1 << i);
1242
h->
ioalloc
&= ~(1 << window);
1397
if (h->
ioalloc
& (1 << win))
tcic2.c
407
h->
ioalloc
= 0;
1090
if ((h->
ioalloc
& (1 << i)) == 0) {
1092
h->
ioalloc
|= (1 << i);
1138
h->
ioalloc
&= ~(1 << window);
1213
if (h->
ioalloc
& (1 << win))
tcic2var.h
70
int
ioalloc
;
member in struct:tcic_handle
Completed in 18 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025