Lines Matching refs:dev_str
371 char dev_str[64]; in xen_pcibk_reconfigure() local
406 len = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_reconfigure()
407 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
415 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
460 len = snprintf(dev_str, sizeof(dev_str), "vdev-%d", i); in xen_pcibk_reconfigure()
461 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure()
469 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure()
568 char dev_str[64]; in xen_pcibk_setup_backend() local
592 int l = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_setup_backend()
593 if (unlikely(l >= (sizeof(dev_str) - 1))) { in xen_pcibk_setup_backend()
601 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, dev_str, in xen_pcibk_setup_backend()