Lines Matching refs:pci_slot
120 char pci_slot[IFNAMSIZ];
259 s = names->pci_slot;
260 l = sizeof(names->pci_slot);
269 names->pci_slot[0] = '\0';
541 if (names.pci_slot[0])
542 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_slot) < (int)sizeof(str))
556 if (names.pci_slot[0])
557 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_slot, names.usb_ports) < (int)sizeof(str))
571 if (names.pci_slot[0])
572 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_slot, names.bcma_core) < (int)sizeof(str))