Searched refs:pcidev (Results 1 – 3 of 3) sorted by relevance
48 int pcidev = -1; in show_pci_device() local63 pcidev = strtol(argv[0], (char **)NULL, 10); in show_pci_device()69 if ((pcidev > hardware->nb_pci_devices) || (pcidev <= 0)) { in show_pci_device()70 more_printf("PCI device %d doesn't exist\n", pcidev); in show_pci_device()85 if (i == pcidev) { in show_pci_device()94 more_printf("We were enabled to find PCI device %d\n", pcidev); in show_pci_device()111 more_printf("PCI Device %d\n", pcidev); in show_pci_device()
703 struct pcidev { struct712 struct pcidev dev; argument713 struct pcidev br;
1210 struct cil_pcidevicecon *pcidev = node->data; in __cil_verify_pcidevicecon() local1211 struct cil_context *ctx = pcidev->context; in __cil_verify_pcidevicecon()