HomeSort by relevance Sort by last modified time
    Searched refs:pci_ids_return_code (Results 1 - 9 of 9) sorted by null

  /external/syslinux/com32/hdt/
hdt-dump-kernel.c 40 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
hdt-cli-pxe.c 60 if (hardware->pci_ids_return_code == -ENOPCIIDS || (p->pci_device == NULL)) {
hdt-dump-pxe.c 50 if (hardware->pci_ids_return_code == -ENOPCIIDS || (hardware->pxe.pci_device == NULL)) {
hdt-cli-pci.c 73 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
164 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
240 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
hdt-cli-kernel.c 98 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
hdt-dump-pci.c 45 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
hdt-menu-pxe.c 48 if ((hardware->pci_ids_return_code == -ENOPCIIDS)
hdt-menu-pci.c 187 if (hardware->pci_ids_return_code == -ENOPCIIDS) {
hdt-common.c 196 hardware->pci_ids_return_code = 0;
575 hardware->pci_ids_return_code =
581 hardware->pci_ids_return_code =

Completed in 251 milliseconds