Lines Matching refs:dev_str
370 char dev_str[64]; in xen_pcibk_reconfigure() local
409 len = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_reconfigure()
410 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
418 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
463 len = snprintf(dev_str, sizeof(dev_str), "vdev-%d", i); in xen_pcibk_reconfigure()
464 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
472 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
567 char dev_str[64]; in xen_pcibk_setup_backend() local
591 int l = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_setup_backend()
592 if (unlikely(l >= (sizeof(dev_str) - 1))) { in xen_pcibk_setup_backend()
600 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, dev_str, in xen_pcibk_setup_backend()