Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_dev_frontend.c360 if (req->msg.type == XS_ERROR) { in xenbus_dev_queue_reply()
447 return xenbus_command_reply(u, XS_ERROR, "ENOENT"); in xenbus_write_transaction()
451 return xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_transaction()
473 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_watch()
478 rc = xenbus_command_reply(u, XS_ERROR, "EINVAL"); in xenbus_write_watch()
Dxenbus_xs.c142 if ((req->type == XS_TRANSACTION_START && req->msg.type == XS_ERROR) || in xs_request_exit()
144 !WARN_ON_ONCE(req->msg.type == XS_ERROR && in xs_request_exit()
333 if (msg.type == XS_ERROR) { in xs_talkv()
Dxenbus_comms.c392 state.req->msg.type = XS_ERROR; in process_writes()
/Linux-v4.19/include/xen/interface/io/
Dxs_wire.h29 XS_ERROR, enumerator