Lines Matching refs:snprintf
227 snprintf(slots, sizeof(slots), "%s/slots", udev_device_get_syspath(pci));
246 snprintf(str, sizeof(str), "%s/%s/address", slots, dent->d_name);
362 snprintf(names->bcma_core, sizeof(names->bcma_core), "b%u", core);
400 rc = snprintf(names->ccw_group, sizeof(names->ccw_group), "ccw%s", bus_id);
448 snprintf(str, sizeof(str), "OUI:%02X%02X%02X%02X%02X%02X",
502 snprintf(str, sizeof(str), "%sx%02x%02x%02x%02x%02x%02x", prefix,
515 if (snprintf(str, sizeof(str), "%s%s", prefix, names.ccw_group) < (int)sizeof(str))
530 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_onboard) < (int)sizeof(str))
534 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_onboard_label) < (int)sizeof(str))
538 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_path) < (int)sizeof(str))
542 if (snprintf(str, sizeof(str), "%s%s", prefix, names.pci_slot) < (int)sizeof(str))
553 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_path, names.usb_ports) < (int)sizeof(str))
557 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_slot, names.usb_ports) < (int)sizeof(str))
568 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_path, names.bcma_core) < (int)sizeof(str))
572 if (snprintf(str, sizeof(str), "%s%s%s", prefix, names.pci_slot, names.bcma_core) < (int)sizeof(str))