Lines Matching refs:dev_str
370 char dev_str[64]; in xen_pcibk_reconfigure() local
407 len = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_reconfigure()
408 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
416 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
461 len = snprintf(dev_str, sizeof(dev_str), "vdev-%d", i); in xen_pcibk_reconfigure()
462 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
470 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
565 char dev_str[64]; in xen_pcibk_setup_backend() local
589 int l = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_setup_backend()
590 if (unlikely(l >= (sizeof(dev_str) - 1))) { in xen_pcibk_setup_backend()
598 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, dev_str, in xen_pcibk_setup_backend()