HomeSort by: relevance | last modified time | path
    Searched refs:pci_id_start (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aubinator_error_decode.c 488 const char *pci_id_start = strstr(line, "PCI ID"); local
489 if (pci_id_start)
490 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg);
error2aub.c 314 const char *pci_id_start = strstr(line, "PCI ID"); local
315 if (pci_id_start) {
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
error2aub.c 302 const char *pci_id_start = strstr(line, "PCI ID"); local
303 if (pci_id_start) {
aubinator_error_decode.c 501 const char *pci_id_start = strstr(line, "PCI ID"); local
502 if (pci_id_start)
503 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg);

Completed in 8 milliseconds