XS_ERROR          394 drivers/xen/xenbus/xenbus_comms.c 	state.req->msg.type = XS_ERROR;
XS_ERROR          378 drivers/xen/xenbus/xenbus_dev_frontend.c 		if (req->msg.type == XS_ERROR) {
XS_ERROR          466 drivers/xen/xenbus/xenbus_dev_frontend.c 		return xenbus_command_reply(u, XS_ERROR, "ENOENT");
XS_ERROR          470 drivers/xen/xenbus/xenbus_dev_frontend.c 		return xenbus_command_reply(u, XS_ERROR, "EINVAL");
XS_ERROR          477 drivers/xen/xenbus/xenbus_dev_frontend.c 				return xenbus_command_reply(u, XS_ERROR,
XS_ERROR          505 drivers/xen/xenbus/xenbus_dev_frontend.c 		rc = xenbus_command_reply(u, XS_ERROR, "EINVAL");
XS_ERROR          510 drivers/xen/xenbus/xenbus_dev_frontend.c 		rc = xenbus_command_reply(u, XS_ERROR, "EINVAL");
XS_ERROR          143 drivers/xen/xenbus/xenbus_xs.c 	if ((req->type == XS_TRANSACTION_START && req->msg.type == XS_ERROR) ||
XS_ERROR          145 drivers/xen/xenbus/xenbus_xs.c 	     !WARN_ON_ONCE(req->msg.type == XS_ERROR &&
XS_ERROR          339 drivers/xen/xenbus/xenbus_xs.c 	if (msg.type == XS_ERROR) {