Searched refs:pci_device_t (Results 1 - 1 of 1) sorted by relevance

/k10sensor/src/
H A Dpciinspect.c121 typedef struct pci_device *pci_device_t; typedef in typeref:struct:pci_device
126 loop(int count, pci_device_t *devices) {
206 pci_device_t *devices = NULL;
236 pci_device_t *tmp = realloc(devices, sizeof(pci_device_t) * (count+1));

Completed in 5 milliseconds