Searched defs:pci_slot (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-net_id.c125 char pci_slot[IFNAMSIZ]; member in struct:netnames
271 s = names->pci_slot;
272 l = sizeof(names->pci_slot);
281 names->pci_slot[0] = '\0';
580 if (names.pci_slot[0])
581 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_slot) < (int)sizeof(str))
595 if (names.pci_slot[0])
596 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_slot, names.usb_ports) < (int)sizeof(str))
610 if (names.pci_slot[0])
611 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_slot, name
[all...]

Completed in 12 milliseconds