Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dlspci.c46 char *pci_slot_name = NULL, *driver = NULL; in fileAction() local
78 pci_slot_name = xstrdup(tokens[2]); in fileAction()
87 pci_slot_name, pci_class, pci_vid, pci_did, in fileAction()
91 pci_slot_name, pci_class, pci_vid, pci_did); in fileAction()
104 free(pci_slot_name); in fileAction()