Searched refs:pci_id_start (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_error_decode.c488 const char *pci_id_start = strstr(line, "PCI ID"); local in function:read_data_file
489 if (pci_id_start)
490 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg);
H A Derror2aub.c314 const char *pci_id_start = strstr(line, "PCI ID"); local in function:main
315 if (pci_id_start) {
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Derror2aub.c302 const char *pci_id_start = strstr(line, "PCI ID"); local in function:main
303 if (pci_id_start) {
H A Daubinator_error_decode.c501 const char *pci_id_start = strstr(line, "PCI ID"); local in function:read_data_file
502 if (pci_id_start)
503 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg);

Completed in 7 milliseconds