HomeSort by: relevance | last modified time | path
    Searched refs:PCI_SC_DEVICESC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
pci_usrreq.c 117 child = &sc->PCI_SC_DEVICESC(dname->device, dname->function);
141 child = &sc->PCI_SC_DEVICESC(dnameonbus->device,
pci.c 310 if (sc->PCI_SC_DEVICESC(device, function).c_dev != NULL && !match)
330 memset(sc->PCI_SC_DEVICESC(device, function).c_range, 0,
331 sizeof(sc->PCI_SC_DEVICESC(device, function).c_range));
357 r = &sc->PCI_SC_DEVICESC(device, function).c_range[i++];
373 nr = &sc->PCI_SC_DEVICESC(device,
481 c = &sc->PCI_SC_DEVICESC(device, function);
510 c = &sc->PCI_SC_DEVICESC(d, f);
pcivar.h 285 #define PCI_SC_DEVICESC(d, f) sc_devices[(d) * 8 + (f)]

Completed in 13 milliseconds