Lines Matching defs:script
199 * Handle the creation of the hotplug script environment. We add the script
211 if (add_uevent_var(env, "script=%s", be->hotplug_script))
294 /* If we are waiting for a hotplug script then defer the
1008 const char *script;
1132 script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL);
1133 if (IS_ERR(script)) {
1134 err = PTR_ERR(script);
1135 xenbus_dev_fatal(dev, err, "reading script");
1139 be->hotplug_script = script;