Home | Sort by: relevance | last modified time | path |
/src/sys/dev/hil/ | |
hilvar.h | 98 device_t sc_devices[NHILD]; /* interrupt dispatcher */ member in struct:hil_softc |
/src/sys/dev/pci/ | |
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)] |