Searched refs:print_shell_escaped (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 999 print_shell_escaped(char *c) in print_shell_escaped() function 1056 …print_shell_escaped(pci_lookup_name(pacc, classbuf, sizeof(classbuf), PCI_LOOKUP_CLASS, p->device_… in show_machine() 1057 …print_shell_escaped(pci_lookup_name(pacc, vendbuf, sizeof(vendbuf), PCI_LOOKUP_VENDOR, p->vendor_i… in show_machine() 1058 …print_shell_escaped(pci_lookup_name(pacc, devbuf, sizeof(devbuf), PCI_LOOKUP_DEVICE, p->vendor_id,… in show_machine() 1066 …print_shell_escaped(pci_lookup_name(pacc, svbuf, sizeof(svbuf), PCI_LOOKUP_SUBSYSTEM | PCI_LOOKUP_… in show_machine() 1067 …print_shell_escaped(pci_lookup_name(pacc, sdbuf, sizeof(sdbuf), PCI_LOOKUP_SUBSYSTEM | PCI_LOOKUP_… in show_machine()
|