Lines Matching refs:str
808 char str[64];
830 len = snprintf(str, sizeof(str), "root-%d", i);
831 if (unlikely(len >= (sizeof(str) - 1)))
834 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str,
910 char str[64];
942 l = snprintf(str, sizeof(str), "state-%d", i);
943 if (unlikely(l >= (sizeof(str) - 1))) {
947 state = xenbus_read_unsigned(pdev->xdev->otherend, str,
954 l = snprintf(str, sizeof(str), "vdev-%d", i);
955 if (unlikely(l >= (sizeof(str) - 1))) {
959 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str,