Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds