Lines Matching defs:backend
104 * If xenstored is running in this domain, we cannot access the backend
194 return xenbus_read_otherend_details(xendev, "backend-id", "backend");
354 printk(KERN_DEBUG "XENBUS: backend %s %s\n",
365 pr_info("backend %s timed out\n", be);
370 * Wait for backend to catch up.
377 printk(KERN_DEBUG "XENBUS: backend %s %s\n",
391 /* fall through to forward backend to state XenbusStateInitialising */
416 char *backend, *frontend;
431 backend = xenbus_read(XBT_NIL, frontend, "backend", NULL);
432 if (IS_ERR_OR_NULL(backend))
434 err = xenbus_scanf(XBT_NIL, backend, "state", "%i", &be_state);
436 xenbus_reset_frontend(frontend, backend, be_state);
437 kfree(backend);