Searched refs:XS_ERROR (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/xen/interface/io/
H A Dxs_wire.h30 XS_ERROR, enumerator in enum:xsd_sockmsg_type
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c378 if (req->msg.type == XS_ERROR) {
466 return xenbus_command_reply(u, XS_ERROR, "ENOENT");
470 return xenbus_command_reply(u, XS_ERROR, "EINVAL");
477 return xenbus_command_reply(u, XS_ERROR,
505 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL");
510 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL");
H A Dxenbus_xs.c143 if ((req->type == XS_TRANSACTION_START && req->msg.type == XS_ERROR) ||
145 !WARN_ON_ONCE(req->msg.type == XS_ERROR &&
339 if (msg.type == XS_ERROR) {
H A Dxenbus_comms.c386 state.req->msg.type = XS_ERROR;

Completed in 248 milliseconds