Searched refs:XS_ERROR (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 378 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()
|
D | xenbus_xs.c | 143 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()
|
D | xenbus_comms.c | 386 state.req->msg.type = XS_ERROR; in process_writes()
|
/linux-5.19.10/include/xen/interface/io/ |
D | xs_wire.h | 30 XS_ERROR, enumerator
|