OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_devices
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/hil/
hilvar.h
98
device_t
sc_devices
[NHILD]; /* interrupt dispatcher */
member in struct:hil_softc
hil.c
321
child = sc->
sc_devices
[sc->sc_actdev];
544
sc->
sc_devices
[id] =
553
if (sc->
sc_devices
[id] != NULL &&
565
if (sc->
sc_devices
[id] != NULL)
566
config_detach(sc->
sc_devices
[id],
568
sc->
sc_devices
[id] = NULL;
624
if (sc->
sc_devices
[id] != NULL)
625
config_detach(sc->
sc_devices
[id],
627
sc->
sc_devices
[id] = NULL;
/src/sys/dev/pci/
pci_usrreq.c
194
for (device = 0; device < __arraycount(sc->
sc_devices
); device++) {
195
c = &sc->
sc_devices
[device];
pcivar.h
284
struct pci_child
sc_devices
[32*8];
member in struct:pci_softc
285
#define PCI_SC_DEVICESC(d, f)
sc_devices
[(d) * 8 + (f)]
/src/sys/dev/i2c/
i2c.c
135
LIST_HEAD(, i2c_device)
sc_devices
;
182
LIST_FOREACH(d, &sc->
sc_devices
, d_link) {
200
LIST_FOREACH(d, &sc->
sc_devices
, d_link) {
266
LIST_INSERT_HEAD(&sc->
sc_devices
, newd, d_link);
788
LIST_INIT(&sc->
sc_devices
);
Completed in 110 milliseconds
Indexes created Wed Nov 05 21:10:10 GMT 2025