OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gsc_ih
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sbus/
if_gem_sbus.c
64
void *
gsc_ih
;
member in struct:gem_sbus_softc
154
gsc->
gsc_ih
= bus_intr_establish(sa->sa_bustag, sa->sa_pri, IPL_NET,
/src/sys/dev/pci/
if_gem_pci.c
73
void *
gsc_ih
;
member in struct:gem_pci_softc
385
if (gsc->
gsc_ih
!= NULL) {
386
pci_intr_disestablish(gsc->gsc_pc, gsc->
gsc_ih
);
387
gsc->
gsc_ih
= NULL;
402
gsc->
gsc_ih
= pci_intr_establish_xname(gsc->gsc_pc, gsc->gsc_handle,
404
if (gsc->
gsc_ih
== NULL) {
440
if (gsc->
gsc_ih
!= NULL)
441
pci_intr_disestablish(gsc->gsc_pc, gsc->
gsc_ih
);
Completed in 13 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025