HomeSort by: relevance | last modified time | path
    Searched defs:sc_devices (Results 1 - 2 of 2) sorted by relevancy

  /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)]

Completed in 12 milliseconds