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");
362 printk(KERN_DEBUG "XENBUS: backend %s %s\n",
373 pr_info("backend %s timed out\n", be);
378 * Wait for backend to catch up.
385 printk(KERN_DEBUG "XENBUS: backend %s %s\n",
399 /* fall through to forward backend to state XenbusStateInitialising */
424 char *backend, *frontend;
439 backend = xenbus_read(XBT_NIL, frontend, "backend", NULL);
440 if (!backend || IS_ERR(backend))
442 err = xenbus_scanf(XBT_NIL, backend, "state", "%i", &be_state);
444 xenbus_reset_frontend(frontend, backend, be_state);
445 kfree(backend);