Home
last modified time | relevance | path

Searched refs:ENOPCIIDS (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/com32/modules/
Dpcitest.c124 if (return_code == -ENOPCIIDS) { in main()
133 if (return_code == -ENOPCIIDS) { in main()
/external/syslinux/com32/hdt/
Dhdt-cli-pci.c73 if (hardware->pci_ids_return_code == -ENOPCIIDS) { in show_pci_device()
164 if (hardware->pci_ids_return_code == -ENOPCIIDS) { in show_pci_devices()
240 if (hardware->pci_ids_return_code == -ENOPCIIDS) { in show_pci_irq()
Dhdt-dump-kernel.c40 if (hardware->pci_ids_return_code == -ENOPCIIDS) { in dump_kernel()
Dhdt-cli-pxe.c60 if (hardware->pci_ids_return_code == -ENOPCIIDS || (p->pci_device == NULL)) { in main_show_pxe()
Dhdt-dump-pxe.c50 if (hardware->pci_ids_return_code == -ENOPCIIDS || (hardware->pxe.pci_device == NULL)) { in dump_pxe()
Dhdt-cli-kernel.c98 if (hardware->pci_ids_return_code == -ENOPCIIDS) { in show_kernel_modules()
Dhdt-dump-pci.c45 if (hardware->pci_ids_return_code == -ENOPCIIDS) { in dump_pci()
Dhdt-menu-pxe.c48 if ((hardware->pci_ids_return_code == -ENOPCIIDS) in compute_PXE()
Dhdt-menu-pci.c187 if (hardware->pci_ids_return_code == -ENOPCIIDS) { in compute_PCI()
/external/syslinux/com32/include/sys/
Dpci.h20 ENOPCIIDS = 100, enumerator
/external/syslinux/com32/lib/pci/
Dscan.c199 return -ENOPCIIDS; in get_class_name_from_pci_ids()
299 return -ENOPCIIDS; in get_name_from_pci_ids()