Home
last modified time | relevance | path

Searched refs:pcidev (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/hdt/
Dhdt-cli-pci.c48 int pcidev = -1; in show_pci_device() local
63 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()
/external/syslinux/gpxe/src/drivers/net/
Dmtnic.h703 struct pcidev { struct
712 struct pcidev dev; argument
713 struct pcidev br;
/external/selinux/libsepol/cil/src/
Dcil_verify.c1210 struct cil_pcidevicecon *pcidev = node->data; in __cil_verify_pcidevicecon() local
1211 struct cil_context *ctx = pcidev->context; in __cil_verify_pcidevicecon()