OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:my_sc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbmips/malta/pci/
pcib.c
121
static struct pcib_softc *
my_sc
;
variable in typeref:struct:pcib_softc *
179
if (
my_sc
!= NULL)
181
my_sc
= sc;
481
return (&
my_sc
->sc_intrtab[irq].intr_count);
494
switch (
my_sc
->sc_intrtab[irq].intr_type) {
496
my_sc
->sc_intrtab[irq].intr_type = type;
501
if (type ==
my_sc
->sc_intrtab[irq].intr_type)
519
LIST_INSERT_HEAD(&
my_sc
->sc_intrtab[irq].intr_q, ih, ih_q);
520
my_sc
->sc_intrtab[irq].intr_type = type;
523
my_sc
->sc_imask &= ~(1 << irq)
[
all
...]
pcib.c
121
static struct pcib_softc *
my_sc
;
variable in typeref:struct:pcib_softc *
179
if (
my_sc
!= NULL)
181
my_sc
= sc;
481
return (&
my_sc
->sc_intrtab[irq].intr_count);
494
switch (
my_sc
->sc_intrtab[irq].intr_type) {
496
my_sc
->sc_intrtab[irq].intr_type = type;
501
if (type ==
my_sc
->sc_intrtab[irq].intr_type)
519
LIST_INSERT_HEAD(&
my_sc
->sc_intrtab[irq].intr_q, ih, ih_q);
520
my_sc
->sc_intrtab[irq].intr_type = type;
523
my_sc
->sc_imask &= ~(1 << irq)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025